1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 02:09:41 +00:00
openmw-tes3mp/nif/tests/Makefile
Nicolay Korslund 3a15e6d0d5 Added NifRecord
2010-01-04 19:35:11 +01:00

9 lines
165 B
Makefile

GCC=g++
all: niftool
niftool: niftool.cpp ../nif_file.h ../nif_file.cpp ../record.h
$(GCC) $< ../nif_file.cpp ../../tools/stringops.cpp -o $@
clean:
rm niftool