6 Star 1 Fork 2

openEuler/uadk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cleanup.sh 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
if [ -r Makefile ]; then
make distclean
fi
FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
config.status config.sub configure cscope.out depcomp install-sh \
libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \
ar-lib m4 Makefile.in missing src/Makefile src/Makefile.in \
test/Makefile test/Makefile.in test/hisi_hpre_test/Makefile.in \
test/hisi_hpre_test/Makefile test/hisi_sec_test/Makefile \
test/hisi_sec_test/Makefile.in test/hisi_zip_test/Makefile \
test/hisi_zip_test/Makefile.in uadk_tool/Makefile \
uadk_tool/Makefile.in \
v1/Makefile.in v1/Makefile.in v1/test/Makefile v1/test/Makefile.in \
v1/test/test_mm/Makefile v1/test/test_mm/Makefile.in \
v1/test/bmm_test/Makefile v1/test/bmm_test/Makefile.in"
rm -vRf $FILES *~
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/openeuler/uadk.git
git@gitee.com:openeuler/uadk.git
openeuler
uadk
uadk
master

搜索帮助