From 87277a3eee9211f2410791e8ff911051d065d9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Mon, 7 Mar 2011 02:22:58 +0800 Subject: [PATCH] minor Makefile tweaks. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +