Added versions command to makefile

This commit is contained in:
Eduard Urbach 2017-06-16 15:25:30 +02:00
parent b8e0964fd7
commit 7fdbd0b79e

View File

@ -17,6 +17,9 @@ test:
$(GOTEST)
bench:
$(GOTEST) -bench .
versions:
@go version
@asd --version
depslist:
$(GOCMD) list -f {{.Deps}} | sed -e 's/\[//g' -e 's/\]//g' | tr " " "\n"
ports: