1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-24 02:23:51 +00:00
openmw-tes3mp/nif/tests/Makefile
2010-01-04 14:48:18 +01:00

9 lines
121 B
Makefile

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