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

9 lines
124 B
Makefile

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