minor Makefile tweaks.

pull/4/head
agentzh (章亦春) 14 years ago
parent 215f852bc2
commit 87277a3eee

@ -6,6 +6,9 @@ all:
test: all test: all
prove -r t prove -r t
try: all try-luajit: all
cd ngx_openresty-`./util/ver` && ./configure --with-luajit cd ngx_openresty-`./util/ver` && ./configure --with-luajit
try-lua: all
cd ngx_openresty-`./util/ver` && ./configure

Loading…
Cancel
Save