diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-16 15:07:56 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-16 15:07:56 +0100 |
| commit | 154fdf1541545d3a5fe94c564941f8092937a504 (patch) | |
| tree | f98d52d269c40b6e70ef7c27d28708ffa6dbb9ca /makefile | |
| parent | c57f177c098c64775eba19ae43bf1cb381968784 (diff) | |
| download | advent-of-code-154fdf1541545d3a5fe94c564941f8092937a504.tar.gz advent-of-code-154fdf1541545d3a5fe94c564941f8092937a504.tar.bz2 advent-of-code-154fdf1541545d3a5fe94c564941f8092937a504.zip | |
Lösungen für Tag 16
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -14,7 +14,8 @@ all: bin/day01 \ | |||
| 14 | bin/day12 \ | 14 | bin/day12 \ |
| 15 | bin/day13 \ | 15 | bin/day13 \ |
| 16 | bin/day14 \ | 16 | bin/day14 \ |
| 17 | bin/day15 | 17 | bin/day15 \ |
| 18 | bin/day16 | ||
| 18 | 19 | ||
| 19 | bin: | 20 | bin: |
| 20 | mkdir $@ | 21 | mkdir $@ |
