- fixed wording and description in README.md - make clean in libbitcoind for clean script - changed references to variables.sh
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
|
|
cd "${root_dir}"
|
|
|
|
make clean
|
|
node-pre-gyp clean
|