diff options
Diffstat (limited to '2022/Day3/Makefile')
| -rw-r--r-- | 2022/Day3/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/2022/Day3/Makefile b/2022/Day3/Makefile deleted file mode 100644 index 08000ae..0000000 --- a/2022/Day3/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -all: - @g++ main.cpp -o ans.o - -run: - ./ans.o < input.txt |
