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