Skip to content

Commit

Permalink
libreelec: make distclean removes .ccache + build.* dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
zalaare committed Jun 8, 2016
1 parent cc8b880 commit 08f24bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08f24bb

Please sign in to comment.