mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +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 ..\..
|