feely_pona/build.bat

6 lines
73 B
Batchfile
Raw Permalink Normal View History

2023-09-16 02:21:24 +00:00
@echo off
setlocal
call build_all.bat %* --fast-dev-build || exit /b 1
2023-09-16 02:21:24 +00:00