From 5944702a5a6f4066b5497dc7f2757fcdb54c6822 Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Fri, 11 Dec 2020 09:29:57 -0800 Subject: [PATCH] Updated make clean rule --- 2020/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2020/Makefile b/2020/Makefile index 812ac33..3860638 100644 --- a/2020/Makefile +++ b/2020/Makefile @@ -14,4 +14,4 @@ out/types.o: misc/types.hpp misc/types.cpp .PHONY: clean clean: - rm out/* day*.out day*.output + rm -f out/* day*.out day*.output