1
0
mirror of https://github.com/openresty/openresty synced 2024-11-14 08:45:50 +01:00
openresty/Makefile
2016-01-25 14:33:53 -08:00

15 lines
230 B
C

.PHONY: all test try-luajit try-lua
all:
./util/mirror-tarballs
test: all
prove -r t
try-luajit: all
cd openresty-`./util/ver` && ./configure --with-luajit
try-lua: all
cd openresty-`./util/ver` && ./configure && $(MAKE)