acl/lib_rpc/samples/Makefile
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

10 lines
189 B
Makefile

all:
@(cd fstream; make)
@(cd http_rpc_server; make)
@(cd http_rpc_client; make)
clean:
@(cd fstream; make clean)
@(cd http_rpc_server; make clean)
@(cd http_rpc_client; make clean)