diff options
author | Gene Pasquet <dev@etenil.net> | 2024-05-26 23:50:58 +0100 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-05-26 23:50:58 +0100 |
commit | 4a1539a25ff09e02f751b725d4accbef1991451b (patch) | |
tree | eb3a0e11cf25bbe69476a914726952d35f2e8562 /Makefile | |
parent | 09c101f8a67917d5c79de0b1107dd79d99aef9e4 (diff) |
Rewrite turbo.scm as a standalone module
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |