mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make.bat: clean-all --> cleanall (#11011)
This commit is contained in:
parent
e374ffb590
commit
c1f3eb6014
6
make.bat
6
make.bat
@ -352,7 +352,7 @@ echo.
|
|||||||
echo Target:
|
echo Target:
|
||||||
echo build[default] Compiles V using the given C compiler
|
echo build[default] Compiles V using the given C compiler
|
||||||
echo clean Clean build artifacts and debugging symbols
|
echo clean Clean build artifacts and debugging symbols
|
||||||
echo clean-all Cleanup entire ALL build artifacts and vc repository
|
echo cleanall Cleanup entire ALL build artifacts and vc repository
|
||||||
echo help Display usage help for the given target
|
echo help Display usage help for the given target
|
||||||
echo.
|
echo.
|
||||||
echo Examples:
|
echo Examples:
|
||||||
@ -372,7 +372,7 @@ echo Usage:
|
|||||||
echo make.bat help [target]
|
echo make.bat help [target]
|
||||||
echo.
|
echo.
|
||||||
echo Target:
|
echo Target:
|
||||||
echo build ^| clean ^| clean-all ^| help Query given target
|
echo build ^| clean ^| cleanall ^| help Query given target
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
:help_clean
|
:help_clean
|
||||||
@ -386,7 +386,7 @@ exit /b 0
|
|||||||
|
|
||||||
:help_cleanall
|
:help_cleanall
|
||||||
echo Usage:
|
echo Usage:
|
||||||
echo make.bat clean-all
|
echo make.bat cleanall
|
||||||
echo.
|
echo.
|
||||||
echo Options:
|
echo Options:
|
||||||
echo --logfile PATH Use the specified PATH as the log
|
echo --logfile PATH Use the specified PATH as the log
|
||||||
|
Loading…
Reference in New Issue
Block a user