From 08f24bb042e404f280ba55723167f7ac57d02130 Mon Sep 17 00:00:00 2001 From: zalaare Date: Wed, 8 Jun 2016 21:37:11 +0000 Subject: [PATCH] libreelec: `make distclean` removes .ccache + build.* dirs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 239d56fc2a..7fad4973f7 100644 --- a/Makefile +++ b/Makefile @@ -20,5 +20,8 @@ amlpkg: clean: rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps +distclean: + rm -rf ./.ccache ./$(BUILD_DIRS) + src-pkg: tar cvjf sources.tar.bz2 sources .stamps