diff options
Diffstat (limited to 'day03/makefile')
-rw-r--r-- | day03/makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/day03/makefile b/day03/makefile deleted file mode 100644 index 7c21cf0..0000000 --- a/day03/makefile +++ /dev/null @@ -1,2 +0,0 @@ -all day03.cpp: - g++ -std=c++20 -o day03 day03.cpp |