mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 22:49:55 +00:00
10 lines
225 B
Makefile
10 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
|