summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-06 14:38:16 +0000
committerAdam Spragg <adam@spra.gg>2022-12-06 14:38:16 +0000
commit3d74618a696287e2aec6352894b9c75e04cf7817 (patch)
tree3d7ebad532008ad560b7f59a53af993f8ffd4642 /makefile
parent8df47f52f8cdcb9602c72f19d2a4824d0a03164b (diff)
Solve puzzle 6 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index ef0b2f0..b00a363 100644
--- a/makefile
+++ b/makefile
@@ -7,6 +7,7 @@ all: bin \
bin/3a bin/3b \
bin/4a bin/4b \
bin/5 \
+ bin/6 \
bin:
mkdir -p $@