Skip to content

Commit

Permalink
update Makefile, add make version target
Browse files Browse the repository at this point in the history
Signed-off-by: Mikolaj Pawlikowski <[email protected]>
  • Loading branch information
seeker89 authored Dec 21, 2018
1 parent f71500b commit ab1d755
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab1d755

Please sign in to comment.