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

12 lines
179 B
Makefile

.PHONY = all clean
all:
@(cd gbfilter; make)
@(cd cgi; make)
@(cd http_access; make)
clean:
@(cd gbfilter; make clean)
@(cd cgi; make clean)
@(cd http_access; make clean)