diff --git a/build_git.sh b/build_git.sh index 112eec5..9c8695c 100644 --- a/build_git.sh +++ b/build_git.sh @@ -14,6 +14,6 @@ export CFLAGS="${CFLAGS} -static" make configure ./configure prefix=/root/output -make +make -j $(nproc) make install -make clean \ No newline at end of file +make clean