diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:34:49 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:34:49 +0100 |
| commit | 0dc0a32c0002490319f0cc641de739824ea22461 (patch) | |
| tree | 407c481c4d14c4d6173356b750d1000c11b40cf2 | |
| parent | b0c7dabd51c6ee827be2ab9a9ab429c2c1c7dffe (diff) | |
remove deps too
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
