diff --git a/Makefile.rules b/Makefile.rules index ec7e379616..b9364d1b56 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -419,6 +419,9 @@ clean: .PHONY: clobber clobber: -rm -rf build TAGS cscope.files cscope.out +ifneq ($(CCACHE),) + $(CCACHE) -c +endif .PHONY: help help: