aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d127f38..8159e5a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,6 @@ run: ${DAY}.bin ${INPUT}
./${DAY}.bin < ${INPUT}
clean:
- rm -f ${DAY}
+ rm -f ${DAY}.bin
.PHONY: run clean