summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-29 09:51:45 +0000
committerAdam Spragg <adam@spra.gg>2022-12-29 09:51:45 +0000
commit880758c7d5d805440e2239080840486503013bf8 (patch)
tree9ed6dce4cdaf68749a3d2c28ca64f41ee64b49e2 /makefile
parent1b3d46978fae3445a939fcba7252730c6885277b (diff)
Solve puzzle 25 part 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 8b29f4d..45e5299 100644
--- a/makefile
+++ b/makefile
@@ -26,6 +26,7 @@ all: bin \
bin/22 \
bin/23 \
bin/24 \
+ bin/25 \
bin:
mkdir -p $@