summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-19 13:02:44 +0000
committerAdam Spragg <adam@spra.gg>2022-12-19 13:02:44 +0000
commit92db00a1c343680bf00123cc27153a4acef39a88 (patch)
treedf65b68fe4d0c9d2641f0cd9ccb56b05a36934cf /makefile
parent5239ac78ba3a348bbabe49dc71bc7747ef232f28 (diff)
Solve puzzle 18 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index b4f98af..2a45609 100644
--- a/makefile
+++ b/makefile
@@ -19,6 +19,7 @@ all: bin \
bin/15 \
bin/16 \
bin/17 \
+ bin/18 \
bin:
mkdir -p $@