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