diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-26 14:41:03 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-26 14:41:03 +0100 |
| commit | 64a43bcf7657c612f2d7bb0099610d59bf2a7b97 (patch) | |
| tree | 6d7a0919cb8b87589278c6fd1ecb2d8ea8797933 /makefile | |
| parent | fc989f4274f02aed8b895dcb9412dad6280ba55f (diff) | |
| download | advent-of-code-64a43bcf7657c612f2d7bb0099610d59bf2a7b97.tar.gz advent-of-code-64a43bcf7657c612f2d7bb0099610d59bf2a7b97.tar.bz2 advent-of-code-64a43bcf7657c612f2d7bb0099610d59bf2a7b97.zip | |
Lösungen für Tag 22, Teil 1
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -20,7 +20,8 @@ all: bin/day01 \ | |||
| 20 | bin/day18 \ | 20 | bin/day18 \ |
| 21 | bin/day19 \ | 21 | bin/day19 \ |
| 22 | bin/day20 \ | 22 | bin/day20 \ |
| 23 | bin/day21 | 23 | bin/day21 \ |
| 24 | bin/day22 | ||
| 24 | 25 | ||
| 25 | bin: | 26 | bin: |
| 26 | mkdir $@ | 27 | mkdir $@ |
