We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d596654 commit 127f09aCopy full SHA for 127f09a
Makefile
@@ -1,15 +1,12 @@
1
DATE := $(shell date '+%Y-%m-%dT%H:%M:%S')
2
-VERSION = $(shell git describe --tags)
+VERSION = development
3
HEAD = $(shell git rev-parse HEAD)
4
LD_FLAGS = -X github.com/tendermint/starport/starport/internal/version.Version='$(VERSION)' \
5
-X github.com/tendermint/starport/starport/internal/version.Head='$(HEAD)' \
6
-X github.com/tendermint/starport/starport/internal/version.Date='$(DATE)'
7
BUILD_FLAGS = -mod=readonly -ldflags='$(LD_FLAGS)'
8
9
-pre-build:
10
- @git fetch --tags
11
-
12
-install: pre-build
+install:
13
@echo Installing Starport...
14
@go install $(BUILD_FLAGS) ./...
15
@starport version
0 commit comments