diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-27 13:34:33 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-27 13:34:33 +0100 |
commit | 629a630b2d8a02a6c9aff2e7c8c61a6e55da2b32 (patch) | |
tree | b230dff4ecc3882974952e3b42cabaed242e750d /2021/day24/makefile | |
parent | 923918a20efb15c9314bf5c621fe8744e3377a58 (diff) |
day24
Diffstat (limited to '2021/day24/makefile')
-rw-r--r-- | 2021/day24/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day24/makefile b/2021/day24/makefile new file mode 100644 index 0000000..5de6911 --- /dev/null +++ b/2021/day24/makefile @@ -0,0 +1,2 @@ +all day24.cpp: + g++ -std=c++20 -lgtest day24.cpp -o day24 |