summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7099d64..6a91bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,8 @@
+game.wasm: game.scm level.scm
+ /gnu/store/i7qi9wsyhxzv3w4y992qgx5j9g5dcza0-profile/bin/guile -L $(HOME)/Code/guile-hoot/module game.scm
+
+level.scm: level.tmx
+ guile compile-map.scm > level.scm
+
bundle:
rm algj2023.zip && zip algj2023.zip -r audio/ images/*.png js-runtime/ boot.js game.css game.wasm index.html