summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-11 17:19:18 +0000
committerAdam Spragg <adam@spra.gg>2022-12-11 17:19:18 +0000
commit750bbe645053b3b7112f1dbfbb619ffc7ebc7668 (patch)
treef5fd239cfb5dcf2b5accebf6be204ba038478161 /makefile
parentc7546b9933994517382ad36744d238e658306bd6 (diff)
Solve puzzle 11 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index e7f9edc..00fb6aa 100644
--- a/makefile
+++ b/makefile
@@ -12,6 +12,7 @@ all: bin \
bin/8 \
bin/9 \
bin/10 \
+ bin/11 \
bin:
mkdir -p $@