aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-16 15:07:56 +0100
committerThomas Schmucker <ts@its1.de>2023-12-16 15:07:56 +0100
commit154fdf1541545d3a5fe94c564941f8092937a504 (patch)
treef98d52d269c40b6e70ef7c27d28708ffa6dbb9ca /makefile
parentc57f177c098c64775eba19ae43bf1cb381968784 (diff)
downloadadvent-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--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 87d8aee..539cc3c 100644
--- a/makefile
+++ b/makefile
@@ -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
19bin: 20bin:
20 mkdir $@ 21 mkdir $@