aboutsummaryrefslogtreecommitdiff
path: root/2021/day01/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-06 18:42:22 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-06 18:42:22 +0100
commit9f7b0cd76272068588d0a7220408f91390c5b583 (patch)
tree49a517f0303c951023554ba6b3fb8cc3d5eb1234 /2021/day01/makefile
parent72a3388c042f4812e2db33f6d6a1b757392a18a6 (diff)
moved
Diffstat (limited to '2021/day01/makefile')
-rw-r--r--2021/day01/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day01/makefile b/2021/day01/makefile
new file mode 100644
index 0000000..92fb064
--- /dev/null
+++ b/2021/day01/makefile
@@ -0,0 +1,2 @@
+all day01.cpp:
+ g++ -std=c++20 -o day01 day01.cpp