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