1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00
Files
unleashed-firmware/fbt.cmd

11 lines
204 B
Batchfile
Raw Normal View History

@echo off
set SCONS_EP=%~dp0\lib\scons\scripts\scons.py
if exist ".git" (
git submodule update --init
)
set "SCONS_DEFAULT_FLAGS=-Q --warn=target-not-built"
python %SCONS_EP% %SCONS_DEFAULT_FLAGS% %*