diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 18:33:02 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 18:33:11 +0100 |
commit | 72a3388c042f4812e2db33f6d6a1b757392a18a6 (patch) | |
tree | c3d56aad98eefd7114809c969e1e3613f4604d12 /day08/makefile | |
parent | 25d2986b09bd348d58da878f0da8151b3363b534 (diff) |
day08
Diffstat (limited to 'day08/makefile')
-rw-r--r-- | day08/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/day08/makefile b/day08/makefile new file mode 100644 index 0000000..5c81ee3 --- /dev/null +++ b/day08/makefile @@ -0,0 +1,2 @@ +all day08.cpp: + g++ -std=c++20 -o day08 day08.cpp |