diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-07 18:53:49 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-07 18:53:49 +0100 |
commit | d0863cbc9e6276776eecfbdab3f95e3bf33cfeef (patch) | |
tree | 0a542b8f4d6cfc31954b61d1fee818c0599a3fbc /Makefile | |
parent | bd31dd79eb31b76f3d7276be8dfaff21f615b1da (diff) | |
download | ldjam57-d0863cbc9e6276776eecfbdab3f95e3bf33cfeef.tar |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |