Files
dark_hal/build_all.bat
2026-03-13 12:56:43 -07:00

6 lines
145 B
Batchfile

@echo off
echo Building DarkHal 2.0 for all platforms...
echo (Windows x64, Linux x64, Linux ARM64)
echo.
python build_all_platforms.py all
pause