From eb8fa02df7d71435a879de987b3139bb5bffb963 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 27 Jul 2014 18:36:31 -0500 Subject: large refactoring Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db7d519..7d84d15 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ REBAR=$(PWD)/rebar RETEST=$(PWD)/deps/retest/retest all: - ./bootstrap + ./bootstrap/bootstrap clean: @rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit @@ -15,7 +15,7 @@ distclean: clean @rm -rf deps debug: - @./bootstrap debug + @./bootstrap/bootstrap debug check: debug xref dialyzer deps test -- cgit v1.1