mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 01:10:52 +08:00
cc05b877a2
first commit acl to github
9 lines
146 B
Makefile
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)
|