1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 00:35:23 +00:00
OpenMW/esm/tests/Makefile

11 lines
225 B
Makefile
Raw Normal View History

all: esmtool
2010-02-19 09:12:49 +01: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