summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-28 17:53:01 +0000
committerAdam Spragg <adam@spra.gg>2022-12-28 17:53:01 +0000
commitd9c2580830701c7296fbd459dd76992bc1eddbfc (patch)
treec23075016679a1e8e620bf12f890d31ec0e6fa01 /makefile
parent3180737efdda511f2387a0832c0bf1e41afe34a3 (diff)
Solve puzzle 24 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2b5a362..8b29f4d 100644
--- a/makefile
+++ b/makefile
@@ -25,6 +25,7 @@ all: bin \
bin/21 \
bin/22 \
bin/23 \
+ bin/24 \
bin:
mkdir -p $@