代码拉取完成,页面将自动刷新
PREFIX ?= /usr/local/openresty
LUA_LIB_DIR ?= $(PREFIX)/lualib/$(LUA_VERSION)
INSTALL ?= install
### install: Install the library to runtime
.PHONY: install
install:
$(INSTALL) lib/resty/*.lua $(LUA_LIB_DIR)/resty/
### dev: Create a development ENV
.PHONY: dev
dev:
luarocks install rockspec/lua-resty-etcd-master-0.1-0.rockspec --only-deps --local
### help: Show Makefile rules
.PHONY: help
help:
@echo Makefile rules:
@echo
@grep -E '^### [-A-Za-z0-9_]+:' Makefile | sed 's/###/ /'
### lint: Lint Lua source code
.PHONY: lint
lint: utils
chmod a+x utils/check-lua-code-style.sh
./utils/check-lua-code-style.sh
### utils: Installation tools
.PHONY: utils
utils:
ifeq ("$(wildcard utils/lj-releng)", "")
wget -O utils/lj-releng https://raw.githubusercontent.com/iresty/openresty-devel-utils/master/lj-releng
chmod a+x utils/lj-releng
endif
test:
prove -I../test-nginx/lib -r -s t/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。