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