diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-29 12:16:59 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-29 12:16:59 +0100 |
| commit | 0d06788586cda1b1ba01524f4ba3cad147052203 (patch) | |
| tree | 26e0bfbfaa07d2edf407a9ad24209f21486e35b5 /makefile | |
| parent | d6ae60aed827c742de956194223b4640b5403b72 (diff) | |
| download | advent-of-code-0d06788586cda1b1ba01524f4ba3cad147052203.tar.gz advent-of-code-0d06788586cda1b1ba01524f4ba3cad147052203.tar.bz2 advent-of-code-0d06788586cda1b1ba01524f4ba3cad147052203.zip | |
Lösungen für Tag 24, Teil 1
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -22,7 +22,8 @@ all: bin/day01 \ | |||
| 22 | bin/day20 \ | 22 | bin/day20 \ |
| 23 | bin/day21 \ | 23 | bin/day21 \ |
| 24 | bin/day22 \ | 24 | bin/day22 \ |
| 25 | bin/day23 | 25 | bin/day23 \ |
| 26 | bin/day24 | ||
| 26 | 27 | ||
| 27 | bin: | 28 | bin: |
| 28 | mkdir $@ | 29 | mkdir $@ |
