rusi/test/thirdparty/common

10 lines
151 B
Plaintext

chibicc=`pwd`/rusi.elf
make="make -j$(nproc)"
dir=$(basename -s .git $repo)
mkdir -p thirdparty
cd thirdparty
[ -d $dir ] || git clone $repo
cd $dir