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