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