aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2024-06-04 04:54:39 +0100
committerGene Pasquet <dev@etenil.net>2024-06-04 04:54:39 +0100
commita951d8a4ed0b10be72011a8e6fb8de4946eb0994 (patch)
tree2f428771712e688506307744e676c843c1294690 /Makefile
parent8ade3f6ae632117e5382fd40c370c767beda9461 (diff)
parentf1dd4fc6849ec9bfa727f2a43e896c714387b015 (diff)
Merge branch 'feature/animations'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: