diff options
author | Gene Pasquet <dev@etenil.net> | 2024-06-04 04:54:39 +0100 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-06-04 04:54:39 +0100 |
commit | a951d8a4ed0b10be72011a8e6fb8de4946eb0994 (patch) | |
tree | 2f428771712e688506307744e676c843c1294690 /Makefile | |
parent | 8ade3f6ae632117e5382fd40c370c767beda9461 (diff) | |
parent | f1dd4fc6849ec9bfa727f2a43e896c714387b015 (diff) |
Merge branch 'feature/animations'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |