flipperzero-firmware/fbt.cmd

12 lines
235 B
Batchfile
Raw Normal View History

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