diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-14 21:23:49 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-14 21:23:49 +0100 |
| commit | 3cdf7ef624fd6b6b2eb765af5a2001a1d143687c (patch) | |
| tree | cdb1fc840f82960533b8cafe5f9b5f3747f1c721 /makefile | |
| parent | 515cb99d7bc5245fd9ffce413210daa5a1e5423d (diff) | |
| download | advent-of-code-3cdf7ef624fd6b6b2eb765af5a2001a1d143687c.tar.gz advent-of-code-3cdf7ef624fd6b6b2eb765af5a2001a1d143687c.tar.bz2 advent-of-code-3cdf7ef624fd6b6b2eb765af5a2001a1d143687c.zip | |
Lösung für Tag 14
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -12,7 +12,8 @@ all: bin/day01 \ | |||
| 12 | bin/day10 \ | 12 | bin/day10 \ |
| 13 | bin/day11 \ | 13 | bin/day11 \ |
| 14 | bin/day12 \ | 14 | bin/day12 \ |
| 15 | bin/day13 | 15 | bin/day13 \ |
| 16 | bin/day14 | ||
| 16 | 17 | ||
| 17 | bin: | 18 | bin: |
| 18 | mkdir $@ | 19 | mkdir $@ |
