update Makefile, add make version target

Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
Mikolaj Pawlikowski
2018-12-21 18:28:24 +01:00
committed by GitHub
parent f71500b590
commit ab1d7558e7
+4 -1
View File
@@ -38,5 +38,8 @@ push:
run:
go run ./cmd/goldpinger/main.go
version:
@echo $(tag)
.PHONY: clean vendor build-swagger build tag push run
.PHONY: clean vendor swagger build build-multistage tag push run version