diff options
author | Gene Pasquet <dev@etenil.net> | 2024-06-01 12:02:46 +0100 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-06-02 21:12:30 +0100 |
commit | f1dd4fc6849ec9bfa727f2a43e896c714387b015 (patch) | |
tree | 2f428771712e688506307744e676c843c1294690 /Makefile | |
parent | f49622819ed8a90f81e1ca1f4c4612679f6d9695 (diff) |
Animated sprites
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: |