diff options
author | Nathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk> | 2015-12-11 11:24:17 +0000 |
---|---|---|
committer | Nathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk> | 2015-12-11 11:24:17 +0000 |
commit | 0426961debc64dd2dbe9498e442a01bba39208d8 (patch) | |
tree | c295d50e2df1e7a78a1236c261e28b86ce51093d /Makefile | |
parent | d9c5c42f345795705586eb5bea9888166c99d568 (diff) |
Fixed clean in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,6 +14,6 @@ run: ${DAY}.bin ${INPUT} ./${DAY}.bin < ${INPUT} clean: - rm -f ${DAY} + rm -f ${DAY}.bin .PHONY: run clean |