flocore-node/bin/clean
2015-08-06 11:43:58 -04:00

10 lines
172 B
Bash
Executable File

#!/bin/bash
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
cd "${root_dir}"
pushd "${root_dir}"/libbitcoind
make clean
popd
node-pre-gyp clean
rm -fr cache/*