1
0
mirror of https://github.com/openresty/openresty synced 2024-11-09 18:35:51 +01:00
openresty/Makefile

12 lines
141 B
Makefile
Raw Normal View History

2011-03-06 17:11:15 +01:00
.PHONY: all test
all:
./util/mirror-tarballs
2011-03-06 17:11:15 +01:00
test: all
prove -r t
2011-03-06 07:40:13 +01:00
try: all
2011-03-06 19:19:54 +01:00
cd ngx_openresty-`./util/ver` && ./configure --with-luajit