From 4a1539a25ff09e02f751b725d4accbef1991451b Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 26 May 2024 23:50:58 +0100 Subject: Rewrite turbo.scm as a standalone module --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1dc26c..425d612 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ +turbo.go: turbo.scm + guild compile -o turbo.go turbo.scm + .PHONY: play play: - chickadee play -t turbo turbo.scm + guile turbo.scm +# This probably doesn't work anymore. .PHONY: bundle bundle: chickadee bundle -- cgit v1.2.3