aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-01-02 01:03:54 +0100
committerThomas Schmucker <ts@its1.de>2024-01-02 01:03:54 +0100
commit4168644780bd1924119feb61d596553fa17c7c94 (patch)
treea2360891b4852b5e1780c5ae392f05ea5899700a /makefile
parent43e8adeff6306073bf58631be796f409f293997f (diff)
downloadadvent-of-code-4168644780bd1924119feb61d596553fa17c7c94.tar.gz
advent-of-code-4168644780bd1924119feb61d596553fa17c7c94.tar.bz2
advent-of-code-4168644780bd1924119feb61d596553fa17c7c94.zip
Lösung für Tag 25
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1c4a023..1849790 100644
--- a/makefile
+++ b/makefile
@@ -23,7 +23,8 @@ all: bin/day01 \
23 bin/day21 \ 23 bin/day21 \
24 bin/day22 \ 24 bin/day22 \
25 bin/day23 \ 25 bin/day23 \
26 bin/day24 26 bin/day24 \
27 bin/day25
27 28
28bin: 29bin:
29 mkdir $@ 30 mkdir $@