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