diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-07-27 18:36:31 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-16 07:22:27 -0500 |
commit | eb8fa02df7d71435a879de987b3139bb5bffb963 (patch) | |
tree | e3ac360353b37811be1a3775d986e4a3ceab16e2 /Makefile | |
parent | 19c215ee9fe0726a1983b36f4f8bcc21d42a5ef8 (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |