1 Star 0 Fork 91

XYF/luatos-soc-2022

forked from 合宙Luat/LuatOS-SoC-2022 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clean.bat 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wendal 提交于 2022-11-21 22:53 . add: 初始化提交
@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
) ELSE (
call xmake clean
)
:end
echo done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yfshaw/luatos-soc-2022.git
[email protected]:yfshaw/luatos-soc-2022.git
yfshaw
luatos-soc-2022
luatos-soc-2022
master

搜索帮助