Make clean before making
This commit is contained in:
parent
e4f1f93313
commit
e2f858574b
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ if [[ "$(uname)" == CYGWIN* ]]; then
|
|||
export CXXCPP=i686-pc-mingw32-cpp
|
||||
fi
|
||||
|
||||
cd $(dirname "$0")/.. && ./configure --disable-shared && make
|
||||
cd $(dirname "$0")/.. && ./configure --disable-shared && make clean && make
|
||||
|
|
Loading…
Add table
Reference in a new issue