clean before build

This commit is contained in:
Aditya Kulkarni 2019-01-31 15:00:39 -08:00
parent 37b5645cd9
commit f8f7aeb8c1
1 changed files with 1 additions and 0 deletions

View File

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