diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-28 07:59:36 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-28 07:59:36 -0400 |
commit | ebff522487f1cfceb3dc14eac481b16c10d10a8b (patch) | |
tree | 2c839d947c06f7d5e0565f75654b90bf6ef1ac23 /Makefile | |
parent | d348a6f92cf4078f620eb127083466553161590b (diff) |
Make game buildable using Guix.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |