diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -5,7 +5,8 @@ all: bin/day01 \ | |||
| 5 | bin/day03 \ | 5 | bin/day03 \ |
| 6 | bin/day04 \ | 6 | bin/day04 \ |
| 7 | bin/day05 \ | 7 | bin/day05 \ |
| 8 | bin/day06 | 8 | bin/day06 \ |
| 9 | bin/day07 | ||
| 9 | 10 | ||
| 10 | bin: | 11 | bin: |
| 11 | mkdir $@ | 12 | mkdir $@ |
