mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-13 13:42:57 +00:00
fix: short commit sha and typo fix in Makefile (#1411)
This commit is contained in:
parent
dee465ab86
commit
46ee595389
4
Makefile
4
Makefile
@ -20,10 +20,10 @@ MODULE = $(shell env GO111MODULE=on $(GO) list -m)
|
|||||||
DATE ?= $(shell date +%FT%T%z)
|
DATE ?= $(shell date +%FT%T%z)
|
||||||
VERSION ?= $(shell git describe --tags --always --match=v* 2> /dev/null || \
|
VERSION ?= $(shell git describe --tags --always --match=v* 2> /dev/null || \
|
||||||
cat $(CURDIR)/.version 2> /dev/null || echo v0)
|
cat $(CURDIR)/.version 2> /dev/null || echo v0)
|
||||||
VERSION_HASH = $(shell git rev-parse HEAD)
|
VERSION_HASH = $(shell git rev-parse --short HEAD)
|
||||||
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
|
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
LDFLAGS += -X "$(MODULE)/varsion.Version=$(VERSION)" -X "$(MODULE)/varsion.CommitSHA=$(VERSION_HASH)"
|
LDFLAGS += -X "$(MODULE)/version.Version=$(VERSION)" -X "$(MODULE)/version.CommitSHA=$(VERSION_HASH)"
|
||||||
|
|
||||||
# tools
|
# tools
|
||||||
$(BIN):
|
$(BIN):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user