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