13 Star 64 Fork 18

刘丹冰Aceld / Lars

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
SUBDIRS = lars_reactor lars_dns lars_reporter lars_loadbalance_agent api/cpp/lars_api api/cpp/example lars_reactor/example/qps_test
.PHONY: all
all:
@list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Clean in $$subdir";\
$(MAKE) -C $$subdir;\
done
.PHONY: clean
clean:
@echo Making clean
@list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Clean in $$subdir";\
$(MAKE) -C $$subdir clean;\
done
C++
1
https://gitee.com/Aceld/Lars.git
git@gitee.com:Aceld/Lars.git
Aceld
Lars
Lars
master

搜索帮助