diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 18:42:22 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 18:42:22 +0100 |
commit | 9f7b0cd76272068588d0a7220408f91390c5b583 (patch) | |
tree | 49a517f0303c951023554ba6b3fb8cc3d5eb1234 /2021/day05/makefile | |
parent | 72a3388c042f4812e2db33f6d6a1b757392a18a6 (diff) |
moved
Diffstat (limited to '2021/day05/makefile')
-rw-r--r-- | 2021/day05/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2021/day05/makefile b/2021/day05/makefile new file mode 100644 index 0000000..a197e7d --- /dev/null +++ b/2021/day05/makefile @@ -0,0 +1,2 @@ +all day05.cpp: + g++ -std=c++20 -o day05 day05.cpp |