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