diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-01-02 01:03:54 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-01-02 01:03:54 +0100 |
| commit | 4168644780bd1924119feb61d596553fa17c7c94 (patch) | |
| tree | a2360891b4852b5e1780c5ae392f05ea5899700a /makefile | |
| parent | 43e8adeff6306073bf58631be796f409f293997f (diff) | |
| download | advent-of-code-4168644780bd1924119feb61d596553fa17c7c94.tar.gz advent-of-code-4168644780bd1924119feb61d596553fa17c7c94.tar.bz2 advent-of-code-4168644780bd1924119feb61d596553fa17c7c94.zip | |
Lösung für Tag 25
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 $@ |
