aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-29 13:20:57 +0200
committerLoïc Hoguin <[email protected]>2020-03-29 13:20:57 +0200
commitab82d316b02b56f732ae436ffd992ba3a5df9fff (patch)
tree6d5ff607e1384f597730a8690019589262bc702e
parent2ea1313763bff02cf406e3cee4f8795cb6318eea (diff)
downloadcowboy-ab82d316b02b56f732ae436ffd992ba3a5df9fff.tar.gz
cowboy-ab82d316b02b56f732ae436ffd992ba3a5df9fff.tar.bz2
cowboy-ab82d316b02b56f732ae436ffd992ba3a5df9fff.zip
Cowboy itself doesn't use proper; Cowlib does
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 825c33d..65de91e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ dep_ranch = git https://github.com/ninenines/ranch 1.7.1
DOC_DEPS = asciideck
-TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun proper
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper master
dep_gun = git https://github.com/ninenines/gun master