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