summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-28 09:40:55 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-28 09:41:01 -0400
commit2161314f0db5994f0fd8a407a51bf6ce724402c6 (patch)
tree75bc1b6a82090d17f6e1cc0c5b69108ac3e8a476 /Makefile
parent1371463daaaab7465e3f353848d55ca2cff74d19 (diff)
bundle target depends on game.wasm.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32b48dd..434fff3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ game.wasm: game.scm level.scm
level.scm: level.tmx compile-map.scm
guile compile-map.scm > level.scm
-bundle:
+bundle: game.wasm
rm strigoform.zip || true
zip strigoform.zip -r audio/ images/*.png js-runtime/ boot.js game.css game.wasm index.html