diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 16:00:32 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 16:00:32 +0100 |
commit | d036b3714e7bbb0825b25d28ed3a6a947085e0d7 (patch) | |
tree | 9b67aa4ea41ed87b8085860f01545aa25a9ce57a /day06/makefile | |
parent | 33c54ee847b571a4b465a31f70dbf816e8f20fd5 (diff) |
day06
Diffstat (limited to 'day06/makefile')
-rw-r--r-- | day06/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/day06/makefile b/day06/makefile new file mode 100644 index 0000000..2bc132f --- /dev/null +++ b/day06/makefile @@ -0,0 +1,2 @@ +all day06.cpp: + g++ -std=c++20 -o day06 day06.cpp |