diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-12 22:20:29 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-12 22:20:29 +0100 |
| commit | c0617c13c588ff2748e2660e8fc6e19f6e93b2f9 (patch) | |
| tree | 993e76bbe72faad99de93664cb1b1f9435abc099 /makefile | |
| parent | 85e491d76f1eabe8117c25ab43da3ada73b34442 (diff) | |
| download | advent-of-code-c0617c13c588ff2748e2660e8fc6e19f6e93b2f9.tar.gz advent-of-code-c0617c13c588ff2748e2660e8fc6e19f6e93b2f9.tar.bz2 advent-of-code-c0617c13c588ff2748e2660e8fc6e19f6e93b2f9.zip | |
Lösung für Tag 12, Teil 1
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -10,7 +10,8 @@ all: bin/day01 \ | |||
| 10 | bin/day08 \ | 10 | bin/day08 \ |
| 11 | bin/day09 \ | 11 | bin/day09 \ |
| 12 | bin/day10 \ | 12 | bin/day10 \ |
| 13 | bin/day11 | 13 | bin/day11 \ |
| 14 | bin/day12 | ||
| 14 | 15 | ||
| 15 | bin: | 16 | bin: |
| 16 | mkdir $@ | 17 | mkdir $@ |
