1 Star 0 Fork 20

中华田园人/Lars

forked from 刘丹冰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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Chinese_pastoral_person/Lars.git
git@gitee.com:Chinese_pastoral_person/Lars.git
Chinese_pastoral_person
Lars
Lars
master

搜索帮助