Commit 15fcf801 authored by Jan Kiene's avatar Jan Kiene
Browse files

split make command

parent a87b1972
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ if [ ! -d "lib_com" ]; then
    exit 1
fi

make clean all -j
make clean
make all -j

# get all modes except SBA rate switching (which is broken currently)
list=$(./scripts/runIvasCodec.py -l | grep -v "SBA.*rs")