diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-08 00:20:06 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-08 00:20:06 +0100 |
commit | 173745deea84907aabdee6e522148fd6e94e7f3e (patch) | |
tree | 4520e7cd547aceaf0a5831857f5c11078fecdb91 /2021/day12/makefile | |
parent | 42e3a9ce16fc988133f6ca85f8e35a94a2dc305e (diff) |
day12
Diffstat (limited to '2021/day12/makefile')
-rw-r--r-- | 2021/day12/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day12/makefile b/2021/day12/makefile new file mode 100644 index 0000000..1795c03 --- /dev/null +++ b/2021/day12/makefile @@ -0,0 +1,2 @@ +all day12.cpp: + g++ -std=c++20 -o day12 day12.cpp |