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