Tweaked make.bat

This commit is contained in:
CreepyCrafter24 2019-08-27 17:53:53 +02:00
parent ca18f8e564
commit d91348275b
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ if %arg%==release goto release
if %arg%==pull goto pull
if %arg%==push goto push
if %arg%==help goto help
echo Invalid.
echo Invalid, try [help]
:noinput
set /p arg="arg: "
goto select
:help
echo [full,clean,debug,release,pull,push,help]
echo [full], [clean], [debug], [release], [pull], [push], [help]
goto noinput
:full
set full=1