diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-20 22:49:19 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-20 22:49:19 +0100 |
| commit | 240ab58b943a452e627c70c6ee9252955d89aa59 (patch) | |
| tree | 45a3cc8e20f386933ebefefee83f250b6092d294 /makefile | |
| parent | f8fb16b03a91621bddf3415e596ad618976cf945 (diff) | |
| download | advent-of-code-240ab58b943a452e627c70c6ee9252955d89aa59.tar.gz advent-of-code-240ab58b943a452e627c70c6ee9252955d89aa59.tar.bz2 advent-of-code-240ab58b943a452e627c70c6ee9252955d89aa59.zip | |
Lösungen für Tag 20, Teil 1
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -18,7 +18,8 @@ all: bin/day01 \ | |||
| 18 | bin/day16 \ | 18 | bin/day16 \ |
| 19 | bin/day17 \ | 19 | bin/day17 \ |
| 20 | bin/day18 \ | 20 | bin/day18 \ |
| 21 | bin/day19 | 21 | bin/day19 \ |
| 22 | bin/day20 | ||
| 22 | 23 | ||
| 23 | bin: | 24 | bin: |
| 24 | mkdir $@ | 25 | mkdir $@ |
