diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-02-14 10:42:38 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-02-17 10:16:55 -0600 |
commit | 9fbfeaa74df4bfec081a9110ecbec0a9a734524b (patch) | |
tree | e2fbe35adf1187fb21c4b164a324d5c7eb49ecbe /Makefile | |
parent | 410e2bcdecbf10037e6430f64707ef244a738e45 (diff) |
parse version constraints in hex registry for digraph
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ RETEST=$(PWD)/deps/retest/retest DEPS_PLT=$(CURDIR)/.depsolver_plt all: - @rebar get-deps compile escriptize + @./bootstrap/rebar get-deps compile escriptize clean: @rm -rf rebar3 ebin/*.beam inttest/rt.work rt.work .eunit |