mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
cc05b877a2
first commit acl to github
8 lines
83 B
Makefile
8 lines
83 B
Makefile
|
|
.PHONY = all clean
|
|
|
|
all:
|
|
@(cd mod_http; make)
|
|
clean:
|
|
@(cd mod_http; make clean)
|