diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -14,7 +14,8 @@ all: bin/day01 \ | |||
| 14 | bin/day12 \ | 14 | bin/day12 \ |
| 15 | bin/day13 \ | 15 | bin/day13 \ |
| 16 | bin/day14 \ | 16 | bin/day14 \ |
| 17 | bin/day15 | 17 | bin/day15 \ |
| 18 | bin/day16 | ||
| 18 | 19 | ||
| 19 | bin: | 20 | bin: |
| 20 | mkdir $@ | 21 | mkdir $@ |
