mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-02 10:15:33 +00:00
7 lines
144 B
Makefile
7 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
|