kopia lustrzana https://github.com/cyoung/stratux
commit
5073fdadb6
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ ifeq "$(CIRCLECI)" "true"
|
||||||
BUILDINFO=
|
BUILDINFO=
|
||||||
else
|
else
|
||||||
BUILDINFO=-ldflags "-X main.stratuxVersion=`git describe --tags --abbrev=0` -X main.stratuxBuild=`git log -n 1 --pretty=%H`"
|
BUILDINFO=-ldflags "-X main.stratuxVersion=`git describe --tags --abbrev=0` -X main.stratuxBuild=`git log -n 1 --pretty=%H`"
|
||||||
$(if $(GOROOT),,$(error GOROOT is not set!))
|
$(ifeq (, $(shell which go)),,$(error Go command not found!))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
Ładowanie…
Reference in New Issue