36787e1273
Downloaded from ftp://ftp.gnu.org/pub/gnu/make/make-3.80.tar.gz
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 ..\..
|