catmario/Makefile

6 lines
157 B
Makefile
Raw Normal View History

2015-10-18 13:20:33 +08:00
debug:
2015-10-18 23:31:57 +08:00
emcc -g4 dxlib.cpp loadg.cpp main.cpp -o dlm.html --preload-file res
release:
emcc -o2 dxlib.cpp loadg.cpp main.cpp -o dlm.html --preload-file res