mirror of
https://github.com/mirror/make.git
synced 2024-12-28 05:40:10 +08:00
7 lines
106 B
Batchfile
7 lines
106 B
Batchfile
cd w32\subproc
|
|
set MAKE=%2
|
|
set MAKEFILE=%1
|
|
if x%2 == x set MAKE=nmake
|
|
%MAKE% /f %MAKEFILE%
|
|
cd ..\..
|