aboutsummaryrefslogtreecommitdiff
path: root/day02/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-06 13:05:05 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-06 13:08:35 +0100
commitfb54beb2bef7fe6b0d4e524b03c61d3f94ffee09 (patch)
tree0410d0039473ea4c03e77e0be80e1328b9efba08 /day02/makefile
parent515317921d63720d2d591b6c2c2700ef3a711ad5 (diff)
init
Diffstat (limited to 'day02/makefile')
-rw-r--r--day02/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/day02/makefile b/day02/makefile
new file mode 100644
index 0000000..61ca2f4
--- /dev/null
+++ b/day02/makefile
@@ -0,0 +1,2 @@
+all day02.cpp:
+ g++ -std=c++20 -o day02 day02.cpp