From c1f3eb6014f172aa277a1de4932ce5d507ee86fc Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Sat, 31 Jul 2021 15:33:24 +0200 Subject: [PATCH] make.bat: clean-all --> cleanall (#11011) --- make.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make.bat b/make.bat index 3053fbe492..d5171b3a44 100644 --- a/make.bat +++ b/make.bat @@ -352,7 +352,7 @@ echo. echo Target: echo build[default] Compiles V using the given C compiler 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. echo Examples: @@ -372,7 +372,7 @@ echo Usage: echo make.bat help [target] echo. echo Target: -echo build ^| clean ^| clean-all ^| help Query given target +echo build ^| clean ^| cleanall ^| help Query given target exit /b 0 :help_clean @@ -386,7 +386,7 @@ exit /b 0 :help_cleanall echo Usage: -echo make.bat clean-all +echo make.bat cleanall echo. echo Options: echo --logfile PATH Use the specified PATH as the log