1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/components/esm/tests/Makefile

11 lines
225 B
Makefile
Raw Normal View History

all: esmtool
2010-02-19 08:12:49 +00:00
esmtool: esmtool.cpp ../esm_reader.hpp ../records.hpp esmtool_cmd.c
g++ esmtool.cpp ../../tools/stringops.cpp esmtool_cmd.c -o $@
esmtool_cmd.c: esmtool.ggo
gengetopt < esmtool.ggo
clean:
rm *_test esmtool