summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-15 14:34:44 +0000
committerAdam Spragg <adam@spra.gg>2022-12-15 14:34:44 +0000
commit557d12e35e3fdf7d5a3e90d3afb042606fe990aa (patch)
tree223b6f85d9e1a978f6e7454333a0a9644fac78c1 /makefile
parent20c648a471ba9bcdb369e8fa2ecab7b25690c306 (diff)
Solve puzzle 15 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 9c956b4..ce27a0a 100644
--- a/makefile
+++ b/makefile
@@ -16,6 +16,7 @@ all: bin \
bin/12 \
bin/13 \
bin/14 \
+ bin/15 \
bin:
mkdir -p $@