Commit 8594095f authored by multrus's avatar multrus
Browse files

avoid running make clean and make all in parallel

parent bec0f7af
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ if [ ! -d "lib_com" ]; then
fi

# first build codec, everything else needs this anyway
make clean all -j
make clean && make all -j
# build unittests
make unittests -j
# build prerenderer