Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2018-05-26 02:59:07 +0300
committerRay Molenkamp <github@lazydodo.com>2018-05-26 02:59:07 +0300
commitbae880dc9ee5c6333c9baa12a25423e0451abb4e (patch)
treed59e434002bf20ef49085640bda897483790bb7c /make.bat
parent857e4e04d89f30727d60e16c7320a72718a76d1a (diff)
make.bat/cleanup: removed stray echo in make.bat
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/make.bat b/make.bat
index fc5450c873d..ee65f4ad6c1 100644
--- a/make.bat
+++ b/make.bat
@@ -58,5 +58,4 @@ if errorlevel 1 goto EOF
call "%BLENDER_DIR%\build_files\windows\build_msbuild.cmd"
if errorlevel 1 goto EOF
-:EOF
-echo make2 done
+:EOF \ No newline at end of file