minor Makefile tweaks.

This commit is contained in:
agentzh (章亦春) 2011-03-07 02:22:58 +08:00
parent 215f852bc2
commit 87277a3eee
1 changed files with 4 additions and 1 deletions

View File

@ -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