summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 10:34:49 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 10:34:49 +0100
commit0dc0a32c0002490319f0cc641de739824ea22461 (patch)
tree407c481c4d14c4d6173356b750d1000c11b40cf2
parentb0c7dabd51c6ee827be2ab9a9ab429c2c1c7dffe (diff)
remove deps too
-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