From 35ecfcd98b1b2bd1dedb5a1ab3da68671e3857db Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Sat, 5 Oct 2019 16:13:57 +0200 Subject: [PATCH] Added exit-statement to make.bat --- make.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.bat b/make.bat index c5089c9..d6a9646 100644 --- a/make.bat +++ b/make.bat @@ -77,4 +77,5 @@ if %full%==11 ( ) :exit echo Done -timeout /t 2 /nobreak >nul \ No newline at end of file +timeout /t 2 /nobreak >nul +exit \ No newline at end of file