From 0426961debc64dd2dbe9498e442a01bba39208d8 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Fri, 11 Dec 2015 11:24:17 +0000 Subject: Fixed clean in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1