Skip to content
Find file
f140a87
8 lines (6 sloc) 78 Bytes
@echo off
if "%~1"=="" (
windows\make.exe
) else (
windows\make.exe %*
)
Something went wrong with that request. Please try again.