Skip to content

Commit

Permalink
another way to chk
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 24, 2024
1 parent 32cd8ab commit b8558b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ CD src
meson --buildtype=release ..\%BUILDDIR%
CD ..\%BUILDDIR%
ninja -j4
IF %ERRORLEVEL% NEQ 0 EXIT /B 1
if not %ERRORLEVEL%==0 (
EXIT /B 1
)
CD ..

ECHO Deploying iaito
Expand Down

0 comments on commit b8558b7

Please sign in to comment.