diff options
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 |