aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-26 14:41:03 +0100
committerThomas Schmucker <ts@its1.de>2023-12-26 14:41:03 +0100
commit64a43bcf7657c612f2d7bb0099610d59bf2a7b97 (patch)
tree6d7a0919cb8b87589278c6fd1ecb2d8ea8797933 /makefile
parentfc989f4274f02aed8b895dcb9412dad6280ba55f (diff)
downloadadvent-of-code-64a43bcf7657c612f2d7bb0099610d59bf2a7b97.tar.gz
advent-of-code-64a43bcf7657c612f2d7bb0099610d59bf2a7b97.tar.bz2
advent-of-code-64a43bcf7657c612f2d7bb0099610d59bf2a7b97.zip
Lösungen für Tag 22, Teil 1
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index a54e3aa..b6b03e8 100644
--- a/makefile
+++ b/makefile
@@ -20,7 +20,8 @@ all: bin/day01 \
20 bin/day18 \ 20 bin/day18 \
21 bin/day19 \ 21 bin/day19 \
22 bin/day20 \ 22 bin/day20 \
23 bin/day21 23 bin/day21 \
24 bin/day22
24 25
25bin: 26bin:
26 mkdir $@ 27 mkdir $@