mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 20:20:35 +00:00
6 lines
106 B
Batchfile
6 lines
106 B
Batchfile
cd w32\subproc
|
|
set MAKE=%2
|
|
set MAKEFILE=%1
|
|
if x%2 == x set MAKE=nmake
|
|
%MAKE% /f %MAKEFILE%
|
|
cd ..\..
|