aboutsummaryrefslogtreecommitdiff
path: root/2021/day10/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-07 12:15:26 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-07 12:15:26 +0100
commit0cadb2319cf7b937918df7071a810d28d769a465 (patch)
tree66f8c49f584954eab951d4a9e2b5d9e0424da9d4 /2021/day10/makefile
parent6f96b2014b053a2e6e5a37464ca6fc578607fda7 (diff)
day09 & day10
Diffstat (limited to '2021/day10/makefile')
-rw-r--r--2021/day10/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day10/makefile b/2021/day10/makefile
new file mode 100644
index 0000000..038dc5d
--- /dev/null
+++ b/2021/day10/makefile
@@ -0,0 +1,2 @@
+all day10.cpp:
+ g++ -std=c++20 -o day10 day10.cpp