diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-07 12:15:26 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-07 12:15:26 +0100 |
commit | 0cadb2319cf7b937918df7071a810d28d769a465 (patch) | |
tree | 66f8c49f584954eab951d4a9e2b5d9e0424da9d4 /2021/day10/makefile | |
parent | 6f96b2014b053a2e6e5a37464ca6fc578607fda7 (diff) |
day09 & day10
Diffstat (limited to '2021/day10/makefile')
-rw-r--r-- | 2021/day10/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day10/makefile b/2021/day10/makefile new file mode 100644 index 0000000..038dc5d --- /dev/null +++ b/2021/day10/makefile @@ -0,0 +1,2 @@ +all day10.cpp: + g++ -std=c++20 -o day10 day10.cpp |