diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-28 09:40:55 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-28 09:41:01 -0400 |
commit | 2161314f0db5994f0fd8a407a51bf6ce724402c6 (patch) | |
tree | 75bc1b6a82090d17f6e1cc0c5b69108ac3e8a476 | |
parent | 1371463daaaab7465e3f353848d55ca2cff74d19 (diff) |
bundle target depends on game.wasm.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |