diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 18:44:53 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-06 18:44:53 +0100 |
commit | 6f96b2014b053a2e6e5a37464ca6fc578607fda7 (patch) | |
tree | cdb4686352eeadb2225b984ab56819c7de285af4 /day01/makefile | |
parent | 9f7b0cd76272068588d0a7220408f91390c5b583 (diff) |
rm
Diffstat (limited to 'day01/makefile')
-rw-r--r-- | day01/makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/day01/makefile b/day01/makefile deleted file mode 100644 index 92fb064..0000000 --- a/day01/makefile +++ /dev/null @@ -1,2 +0,0 @@ -all day01.cpp: - g++ -std=c++20 -o day01 day01.cpp |