add target on PHONY

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-10-04 23:06:39 +08:00
parent 82886172dd
commit e370283454

View File

@ -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"