diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-27 08:50:05 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-27 08:51:12 -0400 |
commit | 13f3e9eb3581e71138df19f63896c71c6c3c334c (patch) | |
tree | 952af1f9af1d5dae3199528a49de3df3e6a71c09 /Makefile | |
parent | f8ab2dce647a9c6906df69717797478c127b2f8f (diff) |
Remove unused background from map.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |