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