aboutsummaryrefslogtreecommitdiff
path: root/day06/makefile
diff options
context:
space:
mode:
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