diff options
author | Eric <[email protected]> | 2012-09-17 17:38:13 -0700 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-18 15:51:50 -0700 |
commit | 55a689cd20a8e1792490f10c98899f98a6a20ca9 (patch) | |
tree | d9144d9bd54660e9caa1f5efc6ce8844bc14144c /Makefile | |
parent | 49a45620c2c0431583969192fbefe44ee6f7850c (diff) | |
download | relx-55a689cd20a8e1792490f10c98899f98a6a20ca9.tar.gz relx-55a689cd20a8e1792490f10c98899f98a6a20ca9.tar.bz2 relx-55a689cd20a8e1792490f10c98899f98a6a20ca9.zip |
don't run escript for deps
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ compile: $(REBAR) skip_deps=true compile escript: - $(REBAR) escriptize + $(REBAR) skip_deps=true escriptize doc: $(REBAR) skip_deps=true doc |