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