diff options
author | Case Duckworth | 2023-06-01 23:28:32 -0500 |
---|---|---|
committer | Case Duckworth | 2023-06-01 23:28:32 -0500 |
commit | 8fe43f83781a94112e4e27761744ab103ec287db (patch) | |
tree | f923e12906ddc44f2bf04874aa7758fb7dda943f | |
parent | Made the snake smart and added collision detection (diff) | |
download | apple-8fe43f83781a94112e4e27761744ab103ec287db.tar.gz apple-8fe43f83781a94112e4e27761744ab103ec287db.zip |
Remove apple binary on clean
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index dbdbe9f..d778769 100644 --- a/makefile +++ b/makefile | |||
@@ -13,4 +13,4 @@ apple-bin.scm: apple.scm | |||
13 | 13 | ||
14 | .PHONY: clean | 14 | .PHONY: clean |
15 | clean: | 15 | clean: |
16 | rm apple-bin.scm *.link | 16 | rm -f apple-bin.scm *.link apple |