about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-06-01 23:28:32 -0500
committerCase Duckworth2023-06-01 23:28:32 -0500
commit8fe43f83781a94112e4e27761744ab103ec287db (patch)
treef923e12906ddc44f2bf04874aa7758fb7dda943f
parentMade the snake smart and added collision detection (diff)
downloadapple-8fe43f83781a94112e4e27761744ab103ec287db.tar.gz
apple-8fe43f83781a94112e4e27761744ab103ec287db.zip
Remove apple binary on clean
-rw-r--r--makefile2
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
15clean: 15clean:
16 rm apple-bin.scm *.link 16 rm -f apple-bin.scm *.link apple