mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Small stuff. Mostly just gets the make diff mechanism working again. Not sure if anyone actually uses it though.
7 lines
95 B
Batchfile
7 lines
95 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
pushd Source && call Build %* || exit /b & popd
|
|
|
|
if "%*" == "" pause
|