diff options
author | Adam Spragg <adam@spra.gg> | 2022-12-19 13:02:44 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-12-19 13:02:44 +0000 |
commit | 92db00a1c343680bf00123cc27153a4acef39a88 (patch) | |
tree | df65b68fe4d0c9d2641f0cd9ccb56b05a36934cf /makefile | |
parent | 5239ac78ba3a348bbabe49dc71bc7747ef232f28 (diff) |
Solve puzzle 18 part 1
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ all: bin \ bin/15 \ bin/16 \ bin/17 \ + bin/18 \ bin: mkdir -p $@ |