From 0dc0a32c0002490319f0cc641de739824ea22461 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 10:34:49 +0100 Subject: remove deps too --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3