summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-27 08:50:05 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-27 08:51:12 -0400
commit13f3e9eb3581e71138df19f63896c71c6c3c334c (patch)
tree952af1f9af1d5dae3199528a49de3df3e6a71c09 /Makefile
parentf8ab2dce647a9c6906df69717797478c127b2f8f (diff)
Remove unused background from map.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a91bd5..a71f0fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
game.wasm: game.scm level.scm
/gnu/store/i7qi9wsyhxzv3w4y992qgx5j9g5dcza0-profile/bin/guile -L $(HOME)/Code/guile-hoot/module game.scm
-level.scm: level.tmx
+level.scm: level.tmx compile-map.scm
guile compile-map.scm > level.scm
bundle: