aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e268fa4..7053222 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ LOCAL_DEPS = ssl
DEPS = cowlib
dep_cowlib = git https://github.com/ninenines/cowlib 2.4.0
+DOC_DEPS = asciideck
+
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper
dep_ct_helper = git https://github.com/extend/ct_helper.git master