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