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%==pull goto pull
if %arg%==push goto push if %arg%==push goto push
if %arg%==help goto help if %arg%==help goto help
echo Invalid. echo Invalid, try [help]
:noinput :noinput
set /p arg="arg: " set /p arg="arg: "
goto select goto select
:help :help
echo [full,clean,debug,release,pull,push,help] echo [full], [clean], [debug], [release], [pull], [push], [help]
goto noinput goto noinput
:full :full
set full=1 set full=1