Added versions command to makefile
This commit is contained in:
parent
b8e0964fd7
commit
7fdbd0b79e
3
makefile
3
makefile
@ -17,6 +17,9 @@ test:
|
|||||||
$(GOTEST)
|
$(GOTEST)
|
||||||
bench:
|
bench:
|
||||||
$(GOTEST) -bench .
|
$(GOTEST) -bench .
|
||||||
|
versions:
|
||||||
|
@go version
|
||||||
|
@asd --version
|
||||||
depslist:
|
depslist:
|
||||||
$(GOCMD) list -f {{.Deps}} | sed -e 's/\[//g' -e 's/\]//g' | tr " " "\n"
|
$(GOCMD) list -f {{.Deps}} | sed -e 's/\[//g' -e 's/\]//g' | tr " " "\n"
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user