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