From ebff522487f1cfceb3dc14eac481b16c10d10a8b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 28 Oct 2023 07:59:36 -0400 Subject: Make game buildable using Guix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3