diff options
| -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 |
