index
:
AdventofCode.git
master
Advent of Code answers for 2015
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
Makefile
2
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