release.sh -- there is no need to run make clean

This commit is contained in:
Eugene Bujak 2019-02-12 21:25:01 +03:00 committed by Eugene Bujak
parent 1d2958f4aa
commit f417f6257f
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ f() {
fi
}
# Clean and rebuild both static and binary
make clean
make
# Prepare the dist folder
rm -rf dist
mkdir -p dist