<div dir="auto"><div><span style="font-family:sans-serif">It looks a bit like your cowboy dependency isn't building correctly. Try doing a gmake distclean and then the gmake run. That should redo the deps.</span><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif">HTH,</div><div dir="auto" style="font-family:sans-serif">Robby</div><br><div class="gmail_extra"><br><div class="gmail_quote">On 3 Oct 2017 07:05, "qp" <<a href="mailto:quantumpotato@gmail.com">quantumpotato@gmail.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>When I copy a folder of my erlang project on my local machine, I am able to cd into the copied directory and gmake run successfully.<br></div>When I upload that folder to github and download it, I get "no makefile found"<br><br>~/tdep/gmake run<br>Error: No Makefile to build dependency /Users/quantum/tdep/deps/<wbr>cowboy.<br>gmake: *** [<a href="http://erlang.mk:4182" target="_blank">erlang.mk:4182</a>: deps] Error 2<br><br></div>from <a href="https://github.com/QuantumProductions/tunnel-deploy" target="_blank">https://github.com/<wbr>QuantumProductions/tunnel-<wbr>deploy</a><br><br></div>There is a Makefile present:<br><br>~/cd tdep<br>~/tdep/ls<br>Makefile    deps        <a href="http://erlang.mk" target="_blank">erlang.mk</a>    rel        src        tunnel.d<br>_rel        ebin        oldh        relx.config    static<br>~/tdep/cat Makefile<br>PROJECT = tunnel<br>PROJECT_DESCRIPTION = Findök<br>PROJECT_VERSION = 0.1.0<br><br>DEPS = cowboy jiffy<br>dep_cowboy_commit = master<br><br>dep_jiffy = git <a href="https://github.com/davisp/jiffy" target="_blank">https://github.com/davisp/<wbr>jiffy</a><br><br>include <a href="http://erlang.mk" target="_blank">erlang.mk</a><br><br></div>What is going on here? Could there be some setting on my machine that's affecting how gmake works?<br><br></div>I expected to be able to clone this repo to my server and run it there.<br></div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div></div></div>