1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/nif/tests/Makefile
2010-01-04 18:49:33 +01:00

10 lines
137 B
Makefile

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