added removing of the cache from the clean script.

This commit is contained in:
Chris Kleeschulte 2015-08-06 11:43:58 -04:00
parent c94f493915
commit 4735c58355
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ pushd "${root_dir}"/libbitcoind
make clean
popd
node-pre-gyp clean
rm -fr cache/*