aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-03-11 19:37:17 -0500
committerTristan Sloughter <[email protected]>2013-03-13 13:43:01 -0500
commit937c776c131c9e2e04aefc6b4f320e37b35115c2 (patch)
treee7ab10b5bf5724790b2b766d5993fa5e44dbc128 /Makefile
parent279ab4bf7ae5baa51638710a8967d86b3d4cf5ae (diff)
downloadrelx-937c776c131c9e2e04aefc6b4f320e37b35115c2.tar.gz
relx-937c776c131c9e2e04aefc6b4f320e37b35115c2.tar.bz2
relx-937c776c131c9e2e04aefc6b4f320e37b35115c2.zip
copy start_clean boot file along with erts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96e14ae..5a5e097 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ update-deps:
compile:
$(REBAR) skip_deps=true compile
-escript: compile
+escript: deps
$(REBAR) skip_deps=true escriptize
doc: