acl/app/jaws/tools/Makefile
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

9 lines
146 B
Makefile

all:
@(cd connect; make)
@(cd http; make)
@(cd httpd; make)
clean:
@(cd connect; make clean)
@(cd http; make clean)
@(cd httpd; make clean)