This commit is contained in:
Aditya Kulkarni
2019-02-04 09:36:59 -08:00
parent b68449495e
commit 9c71568dbd
3 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ echo "[OK]"
echo -n "Building..............."
rm -rf bin/zec-qt-wallet* > /dev/null
make clean
make clean > /dev/null
make -j$(nproc) > /dev/null
echo "[OK]"