mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
9 lines
122 B
Makefile
9 lines
122 B
Makefile
tablesgen.hpp: geniconv
|
|
./geniconv > tablesgen.hpp
|
|
|
|
geniconv: geniconv.cpp
|
|
g++ -Wall $^ -o $@
|
|
|
|
clean:
|
|
rm -f ./geniconv
|