266 Star 986 Fork 400

GVPacl-dev/acl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
.PHONY = all clean rb rebuild
all:
@(cd master; make)
@(cd wizard; make)
@(cd redis_tools; make)
@(cd http_logger; make)
@(cd wizard_demo; make)
cl clean:
@(cd master; make clean)
@(cd wizard; make clean)
@(cd redis_tools; make clean)
@(cd http_logger; make clean)
@(cd wizard_demo; make clean)
rb rebuild: cl all
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/acl-dev/acl.git
git@gitee.com:acl-dev/acl.git
acl-dev
acl
acl
v3.5.1-8

搜索帮助