summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-08 15:09:00 +0000
committerAdam Spragg <adam@spra.gg>2022-12-08 15:09:00 +0000
commit72588dff80018be3b5cdd9b5b54032913c57dfa2 (patch)
tree6c1fbb28f2ed233af4dcf6aa3617ec72bbfe1743 /makefile
parent23bc2bd2ba4c7c29461c73463cb141fb30fc1e20 (diff)
Solve puzzle 8 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index c064ff3..6210dde 100644
--- a/makefile
+++ b/makefile
@@ -9,6 +9,7 @@ all: bin \
bin/5 \
bin/6 \
bin/7 \
+ bin/8 \
bin:
mkdir -p $@