You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:06:10 UTC

[15/50] mochiweb commit: updated refs/heads/import-upstream to 8eb1f22

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/import-upstream
Commit: e6257eabff7d8efedd6eb61aeeb85d80063f7507
Parents: 306bb77
Author: Dmitry Demeshchuk <de...@gmail.com>
Authored: Tue Jul 30 13:45:28 2013 -0700
Committer: Dmitry Demeshchuk <de...@gmail.com>
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