Files
clipboard-on-the-go/build.bat
Space-Banane 4e637bc27d first commit
2026-01-17 15:19:07 +01:00

10 lines
154 B
Batchfile

@echo off
call build-server.bat
if errorlevel 1 exit /b 1
cd ..
call build-client.bat
if errorlevel 1 exit /b 1
cd ..
echo Build completed successfully.