aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-20 22:49:19 +0100
committerThomas Schmucker <ts@its1.de>2023-12-20 22:49:19 +0100
commit240ab58b943a452e627c70c6ee9252955d89aa59 (patch)
tree45a3cc8e20f386933ebefefee83f250b6092d294 /makefile
parentf8fb16b03a91621bddf3415e596ad618976cf945 (diff)
downloadadvent-of-code-240ab58b943a452e627c70c6ee9252955d89aa59.tar.gz
advent-of-code-240ab58b943a452e627c70c6ee9252955d89aa59.tar.bz2
advent-of-code-240ab58b943a452e627c70c6ee9252955d89aa59.zip
Lösungen für Tag 20, Teil 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 56fd520..e5149a7 100644
--- a/makefile
+++ b/makefile
@@ -18,7 +18,8 @@ all: bin/day01 \
18 bin/day16 \ 18 bin/day16 \
19 bin/day17 \ 19 bin/day17 \
20 bin/day18 \ 20 bin/day18 \
21 bin/day19 21 bin/day19 \
22 bin/day20
22 23
23bin: 24bin:
24 mkdir $@ 25 mkdir $@