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