aboutsummaryrefslogtreecommitdiff
path: root/day05/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-06 14:48:03 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-06 14:48:03 +0100
commit33c54ee847b571a4b465a31f70dbf816e8f20fd5 (patch)
treec45e3bc3caf401f6c570ee7936b06a996054f71d /day05/makefile
parentd1f78cb99a94798bcd0383848bf46063e3338268 (diff)
day05
Diffstat (limited to 'day05/makefile')
-rw-r--r--day05/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/day05/makefile b/day05/makefile
new file mode 100644
index 0000000..a197e7d
--- /dev/null
+++ b/day05/makefile
@@ -0,0 +1,2 @@
+all day05.cpp:
+ g++ -std=c++20 -o day05 day05.cpp