diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-02-12 07:21:16 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-02-17 10:16:55 -0600 |
commit | 410e2bcdecbf10037e6430f64707ef244a738e45 (patch) | |
tree | 70945116b1f16e2595a7a10edbb2ac8cf803a0bc /Makefile | |
parent | b654272063d3596a54407f0a1b093db09d846a52 (diff) |
replace package management with hex.pm
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: - ./bootstrap/bootstrap + @rebar get-deps compile escriptize clean: @rm -rf rebar3 ebin/*.beam inttest/rt.work rt.work .eunit |