Made all the targets phony
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/e6257eab Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/e6257eab Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/e6257eab Branch: refs/heads/1843-feature-bigcouch Commit: e6257eabff7d8efedd6eb61aeeb85d80063f7507 Parents: 306bb77 Author: Dmitry Demeshchuk <[email protected]> Authored: Tue Jul 30 13:45:28 2013 -0700 Committer: Dmitry Demeshchuk <[email protected]> Committed: Tue Jul 30 13:45:28 2013 -0700 ---------------------------------------------------------------------- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/e6257eab/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 9de1944..b94be4b 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ - PREFIX:=../ DEST:=$(PREFIX)$(PROJECT) REBAR=./rebar +.PHONY: all edoc test clean build_plt dialyzer app + all: @$(REBAR) get-deps compile
