openmw-tes3coop/esm/tests/Makefile

8 lines
144 B
Makefile
Raw Normal View History

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