6 lines
72 B
Batchfile
6 lines
72 B
Batchfile
@echo off
|
|
|
|
pushd "%~dp0%.."
|
|
mingw64 scripts/make_common.sh %1 "%2"
|
|
popd
|