aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-17 22:46:30 +0100
committerThomas Schmucker <ts@its1.de>2023-12-17 22:46:30 +0100
commitd6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4 (patch)
tree7063257fdc742d3c90717dd5720e452e24dc63ad /makefile
parentf7304a97b553a44f3cc9d58ab17da2c6132726e6 (diff)
downloadadvent-of-code-d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4.tar.gz
advent-of-code-d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4.tar.bz2
advent-of-code-d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4.zip
Lösungen für Tag 17
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 539cc3c..0ce0a6f 100644
--- a/makefile
+++ b/makefile
@@ -15,7 +15,8 @@ all: bin/day01 \
15 bin/day13 \ 15 bin/day13 \
16 bin/day14 \ 16 bin/day14 \
17 bin/day15 \ 17 bin/day15 \
18 bin/day16 18 bin/day16 \
19 bin/day17
19 20
20bin: 21bin:
21 mkdir $@ 22 mkdir $@