1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-23 08:44:06 +00:00
openmw/components/toutf8/Makefile

8 lines
122 B
Makefile

tablesgen.hpp: geniconv
./geniconv > tablesgen.hpp
geniconv: geniconv.cpp
g++ -Wall $^ -o $@
clean:
rm -f ./geniconv