aboutsummaryrefslogtreecommitdiff
path: root/2021/day14/makefile
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@mail.polimi.it>2022-01-08 22:29:51 +0000
committerjacopograndi <jacopo.grandi@mail.polimi.it>2022-01-08 22:29:51 +0000
commitd9f64d28158f4c8b67c5799f8c1647cd2ea04b79 (patch)
tree281f88d991bbbffe6188c00efaeb2d8c0d4ad390 /2021/day14/makefile
parentf73f90ad3e61adb4a52dbd51d22fcb7741d65f5d (diff)
day14
Diffstat (limited to '2021/day14/makefile')
-rw-r--r--2021/day14/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day14/makefile b/2021/day14/makefile
new file mode 100644
index 0000000..b1ed8ec
--- /dev/null
+++ b/2021/day14/makefile
@@ -0,0 +1,2 @@
+all day14.cpp:
+ g++ -std=c++20 -o day14 day14.cpp