diff --git a/Makefile b/Makefile index eba83e6c..171dc466 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL = /bin/bash -.PHONY: all version deps run race build clean test format docs +.PHONY: all version gopath deps run race build clean test format docs .SILENT: clean VERSION := $(shell git describe --match '[0-9]*\.[0-9]*\.[0-9]*' --tags --dirty --always) @@ -11,6 +11,9 @@ all: docs version: @echo $(VERSION) +gopath: + ./misc/make-gopath.sh + deps: ./misc/make-deps.sh