summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-25 08:20:48 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-25 08:38:11 -0400
commit3a1afc62724f1631f23b5aa044856f7d09db14eb (patch)
treecbede9ae3bc131b244b99d1005b85ec5cef32df0 /Makefile
parent2f1022f1d65b148524dc8f0c824aaca6e9392996 (diff)
Lots of changes!
* Update reflect library * Text alginment * Tiled map compilation!
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