Update PHONY Makefile target
Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/c1d9f983 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/c1d9f983 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/c1d9f983 Branch: refs/heads/import-master Commit: c1d9f9835fc9535835bc74bbfd73d720ca911a88 Parents: c2c70f1 Author: Reid Draper <[email protected]> Authored: Tue Jan 7 14:04:46 2014 -0600 Committer: Reid Draper <[email protected]> Committed: Tue Jan 7 14:04:46 2014 -0600 ---------------------------------------------------------------------- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/c1d9f983/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 82ac955..6b78d1a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -.PHONY: rel stagedevrel deps test +.PHONY: all compile deps clean distclean test check_plt build_plt dialyzer \ + cleanplt all: deps compile
