1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 20:39:42 +00:00
openmw-tes3mp/nif/tests/Makefile

10 lines
165 B
Makefile
Raw Normal View History

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