From f1dd4fc6849ec9bfa727f2a43e896c714387b015 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 1 Jun 2024 12:02:46 +0100 Subject: Animated sprites --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 425d612..b0b70a2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ turbo.go: turbo.scm - guild compile -o turbo.go turbo.scm + guild compile -o turbo.scm.go turbo.scm .PHONY: play play: -- cgit v1.2.3