Files
luban-lite/tools/scripts/onestep/mc.bat
刘可亮 8bca5e8332 v1.0.4
2024-04-03 16:40:57 +08:00

13 lines
269 B
Batchfile

@echo off
rem SPDX-License-Identifier: GPL-2.0+
rem
rem Copyright (C) 2023 ArtInChip Technology Co., Ltd
if NOT exist %SDK_PRJ_TOP_DIR%\.config (
echo Not lunch project yet
goto mb_exit
)
call scons -c -C %SDK_PRJ_TOP_DIR% -j 8
call scons -C %SDK_PRJ_TOP_DIR% -j 8