<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/cowboy.<br>gmake: *** [<a href="http://erlang.mk:4182">erlang.mk:4182</a>: deps] Error 2<br><br></div>from <a href="https://github.com/QuantumProductions/tunnel-deploy">https://github.com/QuantumProductions/tunnel-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">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">https://github.com/davisp/jiffy</a><br><br>include <a href="http://erlang.mk">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>