summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a80043d..a9526ce 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,8 @@ $(WAYCLOCK): $(OBJECTS)
.PHONY: clean
clean:
- @$(RM) $(OBJECTS) $(WAYCLOCK)
+ @$(RM) $(OBJECTS) $(DEPS)
+ @$(RM) $(WAYCLOCK)
@$(RM) $(MI_BUILD)
-include $(DEPS) \ No newline at end of file