23 Star 15 Fork 7

合宙Luat / luatos-soc-2023

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clean.bat 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
set PROJECT_NAME=example
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
)
call xmake f -c
call xmake clean -a
call del /Q .xmake
:end
echo done
C
1
https://gitee.com/openLuat/luatos-soc-2023.git
git@gitee.com:openLuat/luatos-soc-2023.git
openLuat
luatos-soc-2023
luatos-soc-2023
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891