16 lines
120 B
Batchfile
16 lines
120 B
Batchfile
cd third_party
|
|
|
|
cd rtaudio
|
|
git pull
|
|
cd ..
|
|
|
|
cd spdlog
|
|
git checkout v2.x
|
|
git pull
|
|
cd ..
|
|
|
|
cd taskflow
|
|
git pull
|
|
cd ..
|
|
|
|
pause |