Skip to content

Commit 2747616

Browse files
committed
Remove unused make target.
1 parent 085c778 commit 2747616

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUNTIME_DEPENDENCIES:=bash curl cut date diff grep mktemp openssl sed
1010
.PHONY: \
1111
all \
1212
check-dependencies \
13-
grind \
1413
install \
1514
install-test-deps \
1615
lint \
@@ -109,6 +108,3 @@ test:
109108
luarocks --tree=/tmp/resty-auto-ssl-server-luarocks make ./lua-resty-auto-ssl-git-1.rockspec
110109
luarocks --tree=/tmp/resty-auto-ssl-server-luarocks install dkjson 2.5-2
111110
busted ./spec
112-
113-
grind:
114-
env TEST_NGINX_USE_VALGRIND=1 TEST_NGINX_SLEEP=5 $(MAKE) test

0 commit comments

Comments
 (0)