Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-06 17:17:59 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-06 17:17:59 +0100
commit75d02c350fa76ffb9f960338b893179f3661692d (patch)
tree1c701e571a8f89a465a581d3496b398672b11651 /Makefile
parent775d80fe2ea7c541eb3f1180e02a48ae5498743e (diff)
parent672ae1cdc364d15787e0433b3578d0fb30e2231e (diff)
downloadldjam57-75d02c350fa76ffb9f960338b893179f3661692d.tar
Merge branch 'main' into hover
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc8b9f6..8b6c2e4 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ build/main.wasm.b64: build/main.wasm
mkdir -p build
(printf '"'; base64 < build/main.wasm | tr -d '\n'; printf '"') > build/main.wasm.b64
-build/index.html: src/index.html.in build/main.wasm.b64 build/music.mp3.b64 build/continue.png.b64
+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
mkdir -p build
clang -E -P -undef -nostdinc -x c -o build/index.html src/index.html.in