chef / concrete

Concrete enhances your rebar based Erlang project by providing a common Makefile wrapper, a dialyzer make target that caches PLT analysis of your project's dependencies, and a mechanism to specify development only dependencies.
Apache License 2.0
56 stars 15 forks source link

`make all` to work with fresh checkout/travis #26

Closed joedevivo closed 10 years ago

joedevivo commented 10 years ago

With a fresh checkout, make all would fail on dialyzer because at the time Make started, there were no deps. now it spawns a submake after get-deps.

seth commented 10 years ago

:+1: