diff --git a/bin/clean b/bin/clean new file mode 100755 index 00000000..b4931f12 --- /dev/null +++ b/bin/clean @@ -0,0 +1,9 @@ +#!/bin/bash + +root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.." +os_dir=$(${root_dir}/platform/os.sh osdir) +cd "${root_dir}" + +rm -fr libbitcoind +rm -fr "${os_dir}"/* +node-pre-gyp clean