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

13 lines
228 B
Makefile

.PHONY = all clean
all:
@(cd url_get1; make)
@(cd url_get2; make)
@(cd url_get3; make)
@(cd header; make)
clean:
@(cd url_get1; make clean)
@(cd url_get2; make clean)
@(cd url_get3; make clean)
@(cd header; make clean)