diff --git a/Makefile b/Makefile index 74e2230..54c3f67 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ all: test: all prove -r t -try: all +try-luajit: all cd ngx_openresty-`./util/ver` && ./configure --with-luajit +try-lua: all + cd ngx_openresty-`./util/ver` && ./configure +