aboutsummaryrefslogtreecommitdiff
path: root/day08/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'day08/makefile')
-rw-r--r--day08/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/day08/makefile b/day08/makefile
new file mode 100644
index 0000000..5c81ee3
--- /dev/null
+++ b/day08/makefile
@@ -0,0 +1,2 @@
+all day08.cpp:
+ g++ -std=c++20 -o day08 day08.cpp