[erlang-questions] erlang.mk neotoma
t x
txrev319@REDACTED
Fri Mar 7 11:51:06 CET 2014
## 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