[freetype] make a clean before build.

This commit is contained in:
Mike Aizatsky 2016-08-08 08:13:56 -07:00
parent 69110e1f33
commit af55867da0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ cd /src/freetype2/
./autogen.sh
./configure
make
make clean all
$CXX $CXXFLAGS -std=c++11 ./src/tools/ftfuzzer/ftfuzzer.cc -o /out/freetype2_fuzzer \
./objs/*.o /work/libfuzzer/*.o \