...
|
...
|
@@ -49,6 +49,6 @@ boxui_demo_helloworld.html: boxui-html.template boxui-html.o boxui_demo_hellowor
|
49
|
49
|
sh -c ". toolchain-emscripten/env.sh ; emcc boxui_demo_helloworld-html.o boxui-html.o -o boxui_demo_helloworld.html -s USE_SDL=2 -s USE_SDL_TTF=2 && sed s/PROGRAMNAME/boxui_demo_helloworld/g < boxui-html.template > boxui_demo_helloworld.html && zip -pr boxui_demo_helloworld-html.zip boxui_demo_helloworld.html boxui_demo_helloworld.js boxui_demo_helloworld.wasm"
|
50
|
50
|
|
51
|
51
|
clean:
|
52
|
|
- rm -f *.o *.js *.html *.wasm *.exe *.ico *.rc \
|
|
52
|
+ rm -f *.o *.js *.html *.wasm *.exe \
|
53
|
53
|
notosans_regular_ttf.c notosans_regular_ttf.h \
|
54
|
54
|
boxui_demo_helloworld boxui_demo_helloworld-html.zip
|