You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by lz...@apache.org on 2017/09/20 03:34:45 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Updated .PHONY targets (#521)

This is an automated email from the ASF dual-hosted git repository.

lz1982 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 32ceaac  Updated .PHONY targets (#521)
32ceaac is described below

commit 32ceaac8aec4074f2950c25c4ccf36c433f448e9
Author: Gabriel Nicolas Avellaneda <av...@gmail.com>
AuthorDate: Wed Sep 20 00:34:44 2017 -0300

    Updated .PHONY targets (#521)
    
    All targets that do not represent a file names should be phony targets
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a8f93f8..25cab45 100644
--- a/Makefile
+++ b/Makefile
@@ -47,4 +47,4 @@ install:
 clean:
 	if [ -f ${BINARY} ] ; then rm ${BINARY}; fi
 
-.PHONY: clean install
\ No newline at end of file
+.PHONY: clean install build deps updatedeps format lint test integration_test

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].