aboutsummaryrefslogtreecommitdiff
path: root/2024/21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2024/21/Makefile')
-rw-r--r--2024/21/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/2024/21/Makefile b/2024/21/Makefile
new file mode 100644
index 0000000..baf7c67
--- /dev/null
+++ b/2024/21/Makefile
@@ -0,0 +1,11 @@
1CC=g++ -std=c++20 -g -Wall
2
3a:
4 ${CC} -o a.out day21a.cpp
5 ./a.out
6
7b:
8 ${CC} -o b.out day21b.cpp
9 ./b.out
10
11.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net