From c536af5c8403e8674e39550097ca1abf95a6e7ed Mon Sep 17 00:00:00 2001 From: Seiya Hayakawa Date: Tue, 30 Aug 2022 11:19:55 +0900 Subject: [PATCH] Added rm -f to make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18be454..2d729a8 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,4 @@ dep: -include $(DEP) clean: - rm -f $(TARGET) $(OBJS) + rm -f $(TARGET) $(OBJS) $(DEP) -- GitLab