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

13 lines
218 B
Makefile

.PHONY = all clean
all:
@(cd client; make)
@(cd server; make)
@(cd connect; make)
@(cd accept; make)
clean:
@(cd client; make clean)
@(cd server; make clean)
@(cd connect; make clean)
@(cd accept; make clean)