1tables_gen.hpp: gen_iconv
2	./gen_iconv > tables_gen.hpp
3
4gen_iconv: gen_iconv.cpp
5	g++ -Wall $^ -o $@
6
7clean:
8	rm -f ./gen_iconv