libreelec: make distclean removes .ccache + build.* dirs

This commit is contained in:
zalaare 2016-06-08 21:37:11 +00:00
parent cc8b88014d
commit 08f24bb042

View File

@ -20,5 +20,8 @@ amlpkg:
clean: clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
distclean:
rm -rf ./.ccache ./$(BUILD_DIRS)
src-pkg: src-pkg:
tar cvjf sources.tar.bz2 sources .stamps tar cvjf sources.tar.bz2 sources .stamps