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