diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-11 21:06:14 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-11 21:06:14 +0100 |
| commit | 2e395fff02c6f027844386048ceb6d434a9c5717 (patch) | |
| tree | 11fe5f184afdb0986dbe3b308eed9196f77e603b /makefile | |
| parent | 0e5defe3603dde4b4b8e2e3a8eeae24046311ebb (diff) | |
| download | advent-of-code-2e395fff02c6f027844386048ceb6d434a9c5717.tar.gz advent-of-code-2e395fff02c6f027844386048ceb6d434a9c5717.tar.bz2 advent-of-code-2e395fff02c6f027844386048ceb6d434a9c5717.zip | |
Lösung für Tag 11
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -9,7 +9,8 @@ all: bin/day01 \ | |||
| 9 | bin/day07 \ | 9 | bin/day07 \ |
| 10 | bin/day08 \ | 10 | bin/day08 \ |
| 11 | bin/day09 \ | 11 | bin/day09 \ |
| 12 | bin/day10 | 12 | bin/day10 \ |
| 13 | bin/day11 | ||
| 13 | 14 | ||
| 14 | bin: | 15 | bin: |
| 15 | mkdir $@ | 16 | mkdir $@ |
