aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-14 21:23:49 +0100
committerThomas Schmucker <ts@its1.de>2023-12-14 21:23:49 +0100
commit3cdf7ef624fd6b6b2eb765af5a2001a1d143687c (patch)
treecdb1fc840f82960533b8cafe5f9b5f3747f1c721 /makefile
parent515cb99d7bc5245fd9ffce413210daa5a1e5423d (diff)
downloadadvent-of-code-3cdf7ef624fd6b6b2eb765af5a2001a1d143687c.tar.gz
advent-of-code-3cdf7ef624fd6b6b2eb765af5a2001a1d143687c.tar.bz2
advent-of-code-3cdf7ef624fd6b6b2eb765af5a2001a1d143687c.zip
Lösung für Tag 14
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index e964503..e57b256 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,8 @@ all: bin/day01 \
12 bin/day10 \ 12 bin/day10 \
13 bin/day11 \ 13 bin/day11 \
14 bin/day12 \ 14 bin/day12 \
15 bin/day13 15 bin/day13 \
16 bin/day14
16 17
17bin: 18bin:
18 mkdir $@ 19 mkdir $@