From 4735c583557a6ae2138d007db94c821f9fbe4e56 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Thu, 6 Aug 2015 11:43:58 -0400 Subject: [PATCH] added removing of the cache from the clean script. --- bin/clean | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/clean b/bin/clean index ff0d42b8..bfced19b 100755 --- a/bin/clean +++ b/bin/clean @@ -6,3 +6,4 @@ pushd "${root_dir}"/libbitcoind make clean popd node-pre-gyp clean +rm -fr cache/*