aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2013-04-04 09:49:09 -0700
committerJordan Wilberding <[email protected]>2013-04-04 09:49:09 -0700
commita5f9b6c2bea4dc4bc7b60198860f5d8fc978ec8a (patch)
tree32f11cec4aeb032900dfae55b93a5445cb93dc69 /Makefile
parentb7d37501383072a7795298979b097a7066a48224 (diff)
parentaa660847217d25f477c7b396a8e752783beb26d3 (diff)
downloadrelx-a5f9b6c2bea4dc4bc7b60198860f5d8fc978ec8a.tar.gz
relx-a5f9b6c2bea4dc4bc7b60198860f5d8fc978ec8a.tar.bz2
relx-a5f9b6c2bea4dc4bc7b60198860f5d8fc978ec8a.zip
Merge pull request #34 from ericbmerritt/next
various bug fixes to symlinks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a5e097..5bbe08f 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ $(error "Rebar not available on this system")
endif
.PHONY: all compile doc clean test dialyzer typer shell distclean pdf \
- get-deps escript clean-common-test-data rebuild
+ update-deps escript clean-common-test-data rebuild
all: deps compile escript dialyzer test
@@ -114,4 +114,4 @@ distclean: clean
- rm -rf $(DEPS_PLT)
- rm -rvf $(CURDIR)/deps/*
-rebuild: distclean get-deps compile escript dialyzer test
+rebuild: distclean deps compile escript dialyzer test