aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2024-05-26 23:50:58 +0100
committerGene Pasquet <dev@etenil.net>2024-05-26 23:50:58 +0100
commit4a1539a25ff09e02f751b725d4accbef1991451b (patch)
treeeb3a0e11cf25bbe69476a914726952d35f2e8562 /Makefile
parent09c101f8a67917d5c79de0b1107dd79d99aef9e4 (diff)
Rewrite turbo.scm as a standalone module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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