aboutsummaryrefslogtreecommitdiff
path: root/day06/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-06 16:00:32 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-06 16:00:32 +0100
commitd036b3714e7bbb0825b25d28ed3a6a947085e0d7 (patch)
tree9b67aa4ea41ed87b8085860f01545aa25a9ce57a /day06/makefile
parent33c54ee847b571a4b465a31f70dbf816e8f20fd5 (diff)
day06
Diffstat (limited to 'day06/makefile')
-rw-r--r--day06/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/day06/makefile b/day06/makefile
new file mode 100644
index 0000000..2bc132f
--- /dev/null
+++ b/day06/makefile
@@ -0,0 +1,2 @@
+all day06.cpp:
+ g++ -std=c++20 -o day06 day06.cpp