summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-21 15:59:54 +0000
committerAdam Spragg <adam@spra.gg>2022-12-21 15:59:54 +0000
commitbe56528a187e8cbde7586be87c86422e81c69ae2 (patch)
tree21f4a6c52d9fcfa628ec6e555731068af24562b8 /makefile
parentc548424fc0911e2bbd879aa0f86994d3cfe5de29 (diff)
Solve puzzle 21 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 819be29..90dd39f 100644
--- a/makefile
+++ b/makefile
@@ -22,6 +22,7 @@ all: bin \
bin/18 \
bin/19 \
bin/20 \
+ bin/21 \
bin:
mkdir -p $@