diff options
author | Eric <[email protected]> | 2012-09-19 18:51:07 -0700 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-19 18:51:07 -0700 |
commit | 8db3f34c5512e4d1472222d59457dc23bfb8ee0c (patch) | |
tree | 229d8027cd823093e0b475d4f9d02af13215e9a3 /Makefile | |
parent | 13b65ac87e281e846820bbef8df1a94b81fcb5ef (diff) | |
download | relx-8db3f34c5512e4d1472222d59457dc23bfb8ee0c.tar.gz relx-8db3f34c5512e4d1472222d59457dc23bfb8ee0c.tar.bz2 relx-8db3f34c5512e4d1472222d59457dc23bfb8ee0c.zip |
make sure compile happens when escript is run
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ get-deps: compile: $(REBAR) skip_deps=true compile -escript: +escript: compile $(REBAR) skip_deps=true escriptize doc: |