1 Star 0 Fork 0

Liqiushan/musikcube

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clean-nix.sh 145 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
make clean 2> /dev/null
rm -rf bin
find . -name CMakeCache.txt -delete
find . -name CMakeFiles -type d -exec rm -r "{}" \; 2> /dev/null
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liqiushan/musikcube.git
git@gitee.com:liqiushan/musikcube.git
liqiushan
musikcube
musikcube
master

搜索帮助