aboutsummaryrefslogtreecommitdiff
path: root/2021/day08/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-06 18:42:22 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-06 18:42:22 +0100
commit9f7b0cd76272068588d0a7220408f91390c5b583 (patch)
tree49a517f0303c951023554ba6b3fb8cc3d5eb1234 /2021/day08/makefile
parent72a3388c042f4812e2db33f6d6a1b757392a18a6 (diff)
moved
Diffstat (limited to '2021/day08/makefile')
-rw-r--r--2021/day08/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day08/makefile b/2021/day08/makefile
new file mode 100644
index 0000000..5c81ee3
--- /dev/null
+++ b/2021/day08/makefile
@@ -0,0 +1,2 @@
+all day08.cpp:
+ g++ -std=c++20 -o day08 day08.cpp