1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-02 14:45:34 +00:00
openmw/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