This commit is contained in:
Mike Aizatsky 2016-12-06 13:51:34 -08:00 committed by GitHub
parent ad781264a1
commit ecc3c98b3e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
./autogen.sh
./configure
make clean
make -j$(nproc) V=1 alL
make -j$(nproc) V=1 all
make -C src V=1 fuzzing
$CXX $CXXFLAGS -std=c++11 -Isrc \