update clean command.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-11-18 11:01:58 +08:00
parent a1c0fa73de
commit b13e983fb5

View File

@ -42,7 +42,7 @@ endif
docker push $(DEPLOY_ACCOUNT)/$(DEPLOY_IMAGE):$(tag)
clean:
rm -rf coverage.txt ${DEPLOY_IMAGE}
rm -rf coverage.txt $(DEPLOY_IMAGE)
version:
@echo $(VERSION)