1 Star 0 Fork 82

rain / luatos-soc-2022

forked from 合宙Luat / luatos-soc-2022 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clean.bat 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
set PROJECT_NAME=example
rem you can set your gcc path
rem set GCC_PATH=E:\gcc_mcu
set ROOT_PATH = %cd:\=/%
if not "%1"=="" (
set PROJECT_NAME=%1
) ELSE (
@echo PROJECT not set
)
@echo PROJECT : %PROJECT_NAME%
if not exist xmake.lua (
echo xmake.lua not exist
goto end
)
if "%2"=="-v" (
call xmake -v clean --all
) ELSE (
call xmake clean --all
)
:end
echo done
1
https://gitee.com/rain_ok/luatos-soc-2022.git
git@gitee.com:rain_ok/luatos-soc-2022.git
rain_ok
luatos-soc-2022
luatos-soc-2022
master

搜索帮助