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