1
0
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:
Lukas Neubert 2021-07-31 15:33:24 +02:00 committed by GitHub
parent e374ffb590
commit c1f3eb6014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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