mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-23 08:44:06 +00:00
8 lines
122 B
Makefile
8 lines
122 B
Makefile
tablesgen.hpp: geniconv
|
|
./geniconv > tablesgen.hpp
|
|
|
|
geniconv: geniconv.cpp
|
|
g++ -Wall $^ -o $@
|
|
|
|
clean:
|
|
rm -f ./geniconv
|