1 Star 0 Fork 44

廖佑华/stm32f103-lvgl

forked from 韦东山/stm32f103-lvgl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Clean.bat 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
周岳标 提交于 2021-08-26 14:46 . first commit
@echo off
chcp 65001
cls
@echo.
@echo Keil工程清理脚本
@echo 请将此文件放在要清理项目的根目录下
@echo www.100ask.net
@echo.
@echo off
echo 是否清理 Y. 确认
echo N. 退出
Echo.
Set /p var=请选择:
If /i %var%==N (Exit)
@echo.
echo 清理中……
:: Project/
::del>nul 2>nul *.uvoptx /s /q
del>nul 2>nul *.uvguix.* /s /q
del>nul 2>nul *.scvd /s /q
:: Project/DebugConfig
del>nul 2>nul *.dbgconf /s /q
:: Project/Listings
del>nul 2>nul *.map /s /q
del>nul 2>nul *.lst /s /q
:: Project/Objects
del>nul 2>nul *.axf /s /q
del>nul 2>nul *.htm /s /q
del>nul 2>nul *.crf /s /q
del>nul 2>nul *.dep /s /q
del>nul 2>nul *.lnp /s /q
del>nul 2>nul *.sct /s /q
del>nul 2>nul *.hex /s /q
del>nul 2>nul *.d /s /q
del>nul 2>nul *.o /s /q
@echo.
Echo 清理完成!
@echo.
timeout /T 3 /NOBREAK
exit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LiaoYouHua/stm32f103-lvgl.git
git@gitee.com:LiaoYouHua/stm32f103-lvgl.git
LiaoYouHua
stm32f103-lvgl
stm32f103-lvgl
master

搜索帮助