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