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