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