aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-15 08:54:08 +0100
committerThomas Schmucker <ts@its1.de>2023-12-15 08:54:08 +0100
commit631aadb1508a884e8e6667d8ab22399525200d78 (patch)
treec20d16712d4e1705bbbb9e3153b4324801e39c3d /makefile
parent3cdf7ef624fd6b6b2eb765af5a2001a1d143687c (diff)
downloadadvent-of-code-631aadb1508a884e8e6667d8ab22399525200d78.tar.gz
advent-of-code-631aadb1508a884e8e6667d8ab22399525200d78.tar.bz2
advent-of-code-631aadb1508a884e8e6667d8ab22399525200d78.zip
Lösung für Tag 15, Teil 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index e57b256..87d8aee 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,8 @@ all: bin/day01 \
13 bin/day11 \ 13 bin/day11 \
14 bin/day12 \ 14 bin/day12 \
15 bin/day13 \ 15 bin/day13 \
16 bin/day14 16 bin/day14 \
17 bin/day15
17 18
18bin: 19bin:
19 mkdir $@ 20 mkdir $@