Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-07 18:53:49 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-07 18:53:49 +0100
commitd0863cbc9e6276776eecfbdab3f95e3bf33cfeef (patch)
tree0a542b8f4d6cfc31954b61d1fee818c0599a3fbc /Makefile
parentbd31dd79eb31b76f3d7276be8dfaff21f615b1da (diff)
downloadldjam57-d0863cbc9e6276776eecfbdab3f95e3bf33cfeef.tar
polishHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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