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