From e370283454baf124f9467bf72b00bc952a46f123 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 4 Oct 2016 23:06:39 +0800 Subject: [PATCH] add target on PHONY Signed-off-by: Bo-Yi Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2774617..02100c1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: +.PHONY: install build test html update docker_build docker_image docker_deploy clean VERSION := $(shell git describe --tags || git rev-parse --short HEAD) DEPLOY_ACCOUNT := "appleboy"