mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
11 lines
225 B
Makefile
11 lines
225 B
Makefile
all: esmtool
|
|
|
|
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
|