aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-17 17:38:13 -0700
committerEric <[email protected]>2012-09-18 15:51:50 -0700
commit55a689cd20a8e1792490f10c98899f98a6a20ca9 (patch)
treed9144d9bd54660e9caa1f5efc6ce8844bc14144c
parent49a45620c2c0431583969192fbefe44ee6f7850c (diff)
downloadrelx-55a689cd20a8e1792490f10c98899f98a6a20ca9.tar.gz
relx-55a689cd20a8e1792490f10c98899f98a6a20ca9.tar.bz2
relx-55a689cd20a8e1792490f10c98899f98a6a20ca9.zip
don't run escript for deps
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b41df54..5d76e93 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ compile:
$(REBAR) skip_deps=true compile
escript:
- $(REBAR) escriptize
+ $(REBAR) skip_deps=true escriptize
doc:
$(REBAR) skip_deps=true doc