From 13f3e9eb3581e71138df19f63896c71c6c3c334c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 27 Oct 2023 08:50:05 -0400 Subject: Remove unused background from map. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3