1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-23 15:23:52 +00:00
openmw/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