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