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