10 lines
151 B
Plaintext
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
|