diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -10,7 +10,8 @@ all: bin/day01 \ | |||
| 10 | bin/day08 \ | 10 | bin/day08 \ |
| 11 | bin/day09 \ | 11 | bin/day09 \ |
| 12 | bin/day10 \ | 12 | bin/day10 \ |
| 13 | bin/day11 | 13 | bin/day11 \ |
| 14 | bin/day12 | ||
| 14 | 15 | ||
| 15 | bin: | 16 | bin: |
| 16 | mkdir $@ | 17 | mkdir $@ |
