summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-28 07:59:36 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-28 07:59:36 -0400
commitebff522487f1cfceb3dc14eac481b16c10d10a8b (patch)
tree2c839d947c06f7d5e0565f75654b90bf6ef1ac23 /Makefile
parentd348a6f92cf4078f620eb127083466553161590b (diff)
Make game buildable using Guix.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a71f0fb..ccfa73d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
game.wasm: game.scm level.scm
- /gnu/store/i7qi9wsyhxzv3w4y992qgx5j9g5dcza0-profile/bin/guile -L $(HOME)/Code/guile-hoot/module game.scm
+ guile game.scm
level.scm: level.tmx compile-map.scm
guile compile-map.scm > level.scm