aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-19 18:51:07 -0700
committerEric <[email protected]>2012-09-19 18:51:07 -0700
commit8db3f34c5512e4d1472222d59457dc23bfb8ee0c (patch)
tree229d8027cd823093e0b475d4f9d02af13215e9a3 /Makefile
parent13b65ac87e281e846820bbef8df1a94b81fcb5ef (diff)
downloadrelx-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7615f9e..371e390 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ get-deps:
compile:
$(REBAR) skip_deps=true compile
-escript:
+escript: compile
$(REBAR) skip_deps=true escriptize
doc: