mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
8 lines
144 B
Makefile
8 lines
144 B
Makefile
|
all: esmtool
|
||
|
|
||
|
esmtool: esmtool.cpp ../esm_reader.hpp ../records.hpp
|
||
|
g++ esmtool.cpp ../../tools/stringops.cpp -o $@
|
||
|
|
||
|
clean:
|
||
|
rm *_test esmtool
|