8 Star 19 Fork 5

hotmocha / minitalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
hotmocha 提交于 2016-02-24 15:27 . version 0.0.1
all:
echo $(INCPATH);
cd ./server; \
make -f ./Makefile;
cd ./client; \
make -f ./Makefile;
clean:
echo $(INCPATH);
cd ./server; \
make -f ./Makefile clean;
cd ./client; \
make -f ./Makefile clean;
cd ./pub; \
make -f ./Makefile clean;
C
1
https://gitee.com/hotmocha/minitalk.git
git@gitee.com:hotmocha/minitalk.git
hotmocha
minitalk
minitalk
master

搜索帮助