aboutsummaryrefslogtreecommitdiff
path: root/skel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'skel/Makefile')
-rw-r--r--skel/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/skel/Makefile b/skel/Makefile
index 6d7a96e..7c07df5 100644
--- a/skel/Makefile
+++ b/skel/Makefile
@@ -1,6 +1,6 @@
DAY =
-.PHONY: run
+.PHONY: run clean
run: build
sudo docker run -it --rm aoc2018day$(DAY)
@@ -8,3 +8,6 @@ run: build
build: part* input
sudo docker build -t aoc2018day$(DAY) .
touch build
+
+clean:
+ rm -f build