From 410e2bcdecbf10037e6430f64707ef244a738e45 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 12 Feb 2015 07:21:16 -0600 Subject: replace package management with hex.pm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e02370..f36c177 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.1 From 9fbfeaa74df4bfec081a9110ecbec0a9a734524b Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 14 Feb 2015 10:42:38 -0600 Subject: parse version constraints in hex registry for digraph --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f36c177..49f5758 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.1