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