mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
./util/mirror-tarballs
|
|
|
|
test:
|
|
cp util/configure ngx_openresty-0.8.54.0/
|
|
cd ngx_openresty-0.8.54.0 && ./configure
|
|
|