diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-17 22:46:30 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-17 22:46:30 +0100 |
| commit | d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4 (patch) | |
| tree | 7063257fdc742d3c90717dd5720e452e24dc63ad /makefile | |
| parent | f7304a97b553a44f3cc9d58ab17da2c6132726e6 (diff) | |
| download | advent-of-code-d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4.tar.gz advent-of-code-d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4.tar.bz2 advent-of-code-d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4.zip | |
Lösungen für Tag 17
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -15,7 +15,8 @@ all: bin/day01 \ | |||
| 15 | bin/day13 \ | 15 | bin/day13 \ |
| 16 | bin/day14 \ | 16 | bin/day14 \ |
| 17 | bin/day15 \ | 17 | bin/day15 \ |
| 18 | bin/day16 | 18 | bin/day16 \ |
| 19 | bin/day17 | ||
| 19 | 20 | ||
| 20 | bin: | 21 | bin: |
| 21 | mkdir $@ | 22 | mkdir $@ |
