1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 01:00:37 +00:00

Update build.bat

This commit is contained in:
Cory Smith 2022-09-10 05:00:09 -05:00
parent 4c5fa9912f
commit af8d0d8bee

View file

@ -1,3 +1,8 @@
@ECHO OFF
if not exist .ci (cd ..)
if not exist .ci exit /b 1
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
echo Compiling new QB64