aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric <[email protected]>2012-10-23 09:49:39 -0500
committerJordan Wilberding <[email protected]>2012-10-24 11:30:00 -0600
commit6fa2c6d6747e9e83f341cd1eaeee294ca836584b (patch)
tree812786135382be4a1b09c619a1dffd8f2cf5a687 /Makefile
parent72ba688b5b18e68d0e04a583a84cdce012ced741 (diff)
downloadrelx-6fa2c6d6747e9e83f341cd1eaeee294ca836584b.tar.gz
relx-6fa2c6d6747e9e83f341cd1eaeee294ca836584b.tar.bz2
relx-6fa2c6d6747e9e83f341cd1eaeee294ca836584b.zip
add escript to the rebuild command in Makefile
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cc166d..599bcb3 100644
--- a/Makefile
+++ b/Makefile
@@ -113,4 +113,4 @@ distclean: clean
- rm -rf $(DEPS_PLT)
- rm -rvf $(CURDIR)/deps/*
-rebuild: distclean get-deps compile dialyzer test
+rebuild: distclean get-deps compile escript dialyzer test