diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-06 17:17:59 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-06 17:17:59 +0100 |
commit | 75d02c350fa76ffb9f960338b893179f3661692d (patch) | |
tree | 1c701e571a8f89a465a581d3496b398672b11651 /Makefile | |
parent | 775d80fe2ea7c541eb3f1180e02a48ae5498743e (diff) | |
parent | 672ae1cdc364d15787e0433b3578d0fb30e2231e (diff) | |
download | ldjam57-75d02c350fa76ffb9f960338b893179f3661692d.tar |
Merge branch 'main' into hover
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |