summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-10 13:14:28 +0000
committerAdam Spragg <adam@spra.gg>2022-12-10 13:14:28 +0000
commit42d89de7320a95ee4d689f03ab571b8cf95e25a4 (patch)
treed1662c3565c780cb279bc68dfde92369d3bea191 /makefile
parent4bd1be7ccd2179436c9b55cc76f348282e7af15d (diff)
Solve puzzle 10 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0268832..e7f9edc 100644
--- a/makefile
+++ b/makefile
@@ -11,6 +11,7 @@ all: bin \
bin/7 \
bin/8 \
bin/9 \
+ bin/10 \
bin:
mkdir -p $@