Reviewed-on: #3 Co-authored-by: Scott E. Graves <scott.e.graves@protonmail.com> Co-committed-by: Scott E. Graves <scott.e.graves@protonmail.com>
12 lines
127 B
Batchfile
12 lines
127 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
|
|
pushd "%~dp0"
|
|
call src\scripts\setup_msys2.cmd
|
|
|
|
call mingw64 -no-start ./clean_packages.sh
|
|
popd
|
|
|
|
endlocal
|