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

8 lines
83 B
Makefile

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