1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/esm/tests/Makefile
2010-02-18 13:15:43 +01:00

8 lines
144 B
Makefile

all: esmtool
esmtool: esmtool.cpp ../esm_reader.hpp ../records.hpp
g++ esmtool.cpp ../../tools/stringops.cpp -o $@
clean:
rm *_test esmtool