aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-27 14:31:23 +0100
committerThomas Schmucker <ts@its1.de>2023-12-27 14:31:23 +0100
commit4317917a8500f29a5af588d25912404c300fcedb (patch)
tree2957fd041ac96c8fb8b31ec098cd49eeae5fadb8 /makefile
parent6b289756222dfd6c112b2b5a67689819e5b2ae4c (diff)
downloadadvent-of-code-4317917a8500f29a5af588d25912404c300fcedb.tar.gz
advent-of-code-4317917a8500f29a5af588d25912404c300fcedb.tar.bz2
advent-of-code-4317917a8500f29a5af588d25912404c300fcedb.zip
Lösungen für Tag 23, Teil 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index b6b03e8..e14c204 100644
--- a/makefile
+++ b/makefile
@@ -21,7 +21,8 @@ all: bin/day01 \
21 bin/day19 \ 21 bin/day19 \
22 bin/day20 \ 22 bin/day20 \
23 bin/day21 \ 23 bin/day21 \
24 bin/day22 24 bin/day22 \
25 bin/day23
25 26
26bin: 27bin:
27 mkdir $@ 28 mkdir $@