openresty/Makefile

12 lines
141 B
Makefile
Raw Normal View History

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