diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -23,7 +23,8 @@ all: bin/day01 \ | |||
| 23 | bin/day21 \ | 23 | bin/day21 \ |
| 24 | bin/day22 \ | 24 | bin/day22 \ |
| 25 | bin/day23 \ | 25 | bin/day23 \ |
| 26 | bin/day24 | 26 | bin/day24 \ |
| 27 | bin/day25 | ||
| 27 | 28 | ||
| 28 | bin: | 29 | bin: |
| 29 | mkdir $@ | 30 | mkdir $@ |
