Browse code

Simplify clean step in Makefile (we don't need to clean ico and rc files, toolchain-zig/link.sh does that by itself)

Dario Rodriguez authored on 02/07/2023 14:45:36
Showing 1 changed files
... ...
@@ -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