mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
cc05b877a2
first commit acl to github
10 lines
189 B
Makefile
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)
|