summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-18 16:11:32 +0000
committerAdam Spragg <adam@spra.gg>2022-12-18 16:11:32 +0000
commit4166c6630f4c1b0dab37a0a5fb7ae114d9b503d1 (patch)
treeacff01c1356303aa0b00e99d68eae1eac269f2d0 /makefile
parentf1985aae56d8869c66664573a74de54abc75759a (diff)
Solve puzzle 17 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 241807e..b4f98af 100644
--- a/makefile
+++ b/makefile
@@ -18,6 +18,7 @@ all: bin \
bin/14 \
bin/15 \
bin/16 \
+ bin/17 \
bin:
mkdir -p $@