diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-06 18:08:52 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-06 18:08:52 +0100 |
| commit | 87948e3f7a475c12259aac9c2b883691328c1130 (patch) | |
| tree | c77040461a2abadb70d070a0ee9a60e4e365bd6f /makefile | |
| parent | f95d6c39353700924a71014ea4b05b1d9c865284 (diff) | |
| download | advent-of-code-87948e3f7a475c12259aac9c2b883691328c1130.tar.gz advent-of-code-87948e3f7a475c12259aac9c2b883691328c1130.tar.bz2 advent-of-code-87948e3f7a475c12259aac9c2b883691328c1130.zip | |
Lösung für Tag6
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -4,7 +4,8 @@ all: bin/day01 \ | |||
| 4 | bin/day02 \ | 4 | bin/day02 \ |
| 5 | bin/day03 \ | 5 | bin/day03 \ |
| 6 | bin/day04 \ | 6 | bin/day04 \ |
| 7 | bin/day05 | 7 | bin/day05 \ |
| 8 | bin/day06 | ||
| 8 | 9 | ||
| 9 | bin: | 10 | bin: |
| 10 | mkdir $@ | 11 | mkdir $@ |
