1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

DOS should do as it's told

This commit is contained in:
Luke Ceddia 2018-01-13 01:15:37 +11:00
parent 65462c76ee
commit 2e3902f991

View file

@ -46,7 +46,7 @@ qb64_bootstrap.exe -x source\qb64.bas -o qb64.exe
IF ERRORLEVEL 1 exit /b 1
del qb64_bootstrap.exe
del secure-file
del /q /s secure-file
del /q /s internal\source\*
move internal\temp\* internal\source\
del /q /s internal\c\libqb\*.o >nul 2>nul