aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-10 10:41:42 +0100
committerThomas Schmucker <ts@its1.de>2023-12-10 10:41:42 +0100
commit1165d51cc10b5795e1ec78f3eb5c9b56bfb31d18 (patch)
tree33e0702a7281338670b2ef19f7e21d8c02885829 /makefile
parent40023c113c17ff0e8b5b7dfffef7c24d6632d63a (diff)
downloadadvent-of-code-1165d51cc10b5795e1ec78f3eb5c9b56bfb31d18.tar.gz
advent-of-code-1165d51cc10b5795e1ec78f3eb5c9b56bfb31d18.tar.bz2
advent-of-code-1165d51cc10b5795e1ec78f3eb5c9b56bfb31d18.zip
Lösung für Tag 10, Teil 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2e63b97..0b89873 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,8 @@ all: bin/day01 \
8 bin/day06 \ 8 bin/day06 \
9 bin/day07 \ 9 bin/day07 \
10 bin/day08 \ 10 bin/day08 \
11 bin/day09 11 bin/day09 \
12 bin/day10
12 13
13bin: 14bin:
14 mkdir $@ 15 mkdir $@