[erlang-questions] erlang.mk neotoma

t x txrev319@REDACTED
Fri Mar 7 11:59:15 CET 2014


Sorry for spamming.

This is what I needed (for the sake of search engine searches).

PROJECT = websocket

DEPS = cowboy neotoma
dep_cowboy = pkg://cowboy master
dep_neotoma = https://github.com/seancribbs/neotoma.git master

On Fri, Mar 7, 2014 at 2:51 AM, t x <txrev319@REDACTED> wrote:
> ## consider:
>
> PROJECT = websocket
>
> DEPS = cowboy neotoma
> dep_cowboy = pkg://cowboy master
> dep_neotoma = pkg://neotoma master
>
> include erlang.mk
>
> ## question:
>
> Now, if I remove the neotoma lines, and hit "make", it pulls in the
> cowboy dependency perfectly fine.
>
> However, "make" doesn't pull in the neotoma dependency.
>
> What is different about neotoma vs cowboy, and how do I fix this?
>
> Thanks!



More information about the erlang-questions mailing list