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