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