summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-07-27 18:36:31 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-16 07:22:27 -0500
commiteb8fa02df7d71435a879de987b3139bb5bffb963 (patch)
treee3ac360353b37811be1a3775d986e4a3ceab16e2 /Makefile
parent19c215ee9fe0726a1983b36f4f8bcc21d42a5ef8 (diff)
large refactoring
Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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