summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-09 13:18:34 +0000
committerAdam Spragg <adam@spra.gg>2022-12-09 13:18:34 +0000
commit0939249b408dce6ceab9c4637c2815b3b6f5f353 (patch)
treec7c31836eaa2c113d07352cbf36e31059ce1eeeb /makefile
parenta337420cd583c13c87d56f2679b10d7d1375b70a (diff)
First attempt at puzzle 9 part 1 (buggy)
Apparently the answer it gets for the full input (5736) is wrong. The answer for the test input (13) is right though. Added a bunch of debugging logic, to try and see *where* it's going wrong, but I can't see it so far. This one is interesting.
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 6210dde..0268832 100644
--- a/makefile
+++ b/makefile
@@ -10,6 +10,7 @@ all: bin \
bin/6 \
bin/7 \
bin/8 \
+ bin/9 \
bin:
mkdir -p $@