diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-10 14:58:41 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-10 14:58:41 +0100 |
commit | 4bfd90a11af7c1e597c4e30bbd6d7e1818911562 (patch) | |
tree | 73bc720a7dd4677227469ad2187e7367648afc31 /2021/day15/makefile | |
parent | d9f64d28158f4c8b67c5799f8c1647cd2ea04b79 (diff) |
day15
Diffstat (limited to '2021/day15/makefile')
-rw-r--r-- | 2021/day15/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day15/makefile b/2021/day15/makefile new file mode 100644 index 0000000..dbf871a --- /dev/null +++ b/2021/day15/makefile @@ -0,0 +1,2 @@ +all day15.cpp: + g++ -std=c++20 -o day15 day15.cpp |