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