1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-11 01:13:23 +00:00
OpenMW/nif/tests/Makefile

10 lines
137 B
Makefile
Raw Normal View History

GCC=g++
all: niftool
niftool: niftool.cpp ../nif_file.h
2010-01-04 18:49:23 +01:00
$(GCC) $< ../nif_file.cpp ../../tools/stringops.cpp -o $@
clean:
rm niftool