Commit e2f85857 authored by Kun Zhang's avatar Kun Zhang

Make clean before making

parent e4f1f933
...@@ -16,4 +16,4 @@ if [[ "$(uname)" == CYGWIN* ]]; then ...@@ -16,4 +16,4 @@ if [[ "$(uname)" == CYGWIN* ]]; then
export CXXCPP=i686-pc-mingw32-cpp export CXXCPP=i686-pc-mingw32-cpp
fi fi
cd $(dirname "$0")/.. && ./configure --disable-shared && make cd $(dirname "$0")/.. && ./configure --disable-shared && make clean && make
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment