summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-28 14:49:13 +0000
committerAdam Spragg <adam@spra.gg>2022-12-28 14:49:13 +0000
commitfaffa0a4855d94224ddcd119f0b33f8bca5254b4 (patch)
treef3904ba42b93da15e27e6705ed986dcdd09893be /makefile
parentcb311797adf7fb35e50b2f83f86d0892ab9716b2 (diff)
Solve puzzle 23 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 110431a..2b5a362 100644
--- a/makefile
+++ b/makefile
@@ -24,6 +24,7 @@ all: bin \
bin/20 \
bin/21 \
bin/22 \
+ bin/23 \
bin:
mkdir -p $@