From d0863cbc9e6276776eecfbdab3f95e3bf33cfeef Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Mon, 7 Apr 2025 18:53:49 +0100 Subject: polish --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a652921..c3bf778 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,10 @@ build/main.wasm.b64: build/main.wasm build/index.html: src/index.html.in build/main.wasm.b64 build/music.mp3.b64 \ build/continue.png.b64 build/exit.png.b64 build/pause.png.b64 build/play.png.b64 build/restart.png.b64 \ build/nelson.png.b64 build/nelson_left.png.b64 build/nelson_up.png.b64 \ - build/nelson_right.png.b64 build/nelson_down.png.b64 + build/nelson_right.png.b64 build/nelson_down.png.b64 \ + build/tutorial_black_white.png.b64 build/tutorial_red_yellow.png.b64 \ + build/tutorial_direction_red.png.b64 build/tutorial_blue_1.png.b64 \ + build/tutorial_blue_2.png.b64 build/tutorial_blue_clone.png.b64 mkdir -p build clang -E -P -undef -nostdinc -x c -o build/index.html src/index.html.in -- cgit v1.2.3