1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/nif/tests/Makefile

10 lines
137 B
Makefile
Raw Normal View History

GCC=g++
all: niftool
niftool: niftool.cpp ../nif_file.h
2010-01-04 17:49:23 +00:00
$(GCC) $< ../nif_file.cpp ../../tools/stringops.cpp -o $@
clean:
rm niftool