mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00: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 ..\..
|