From 38701acceda72186d7b8a2dc4ec835de035143ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 28 Aug 2014 12:20:34 +0300 Subject: Clarify dep_* must be before include erlang.mk --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3091195..793b790 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ put the project information directly in the Makefile. In the latter case you need to create a variable `dep_*` with the asterisk replaced by the project name, for example `cowboy`. This variable must contain three things: the fetching method used, the -URL and the version requested. +URL and the version requested. These lines must be defined before +the erlang.mk include line. The following snippet overrides the Cowboy version required: -- cgit v1.2.3