1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 07:15:32 +00:00
openmw-tes3mp/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