Compare commits

...

1 Commits

Author SHA1 Message Date
a933343e1b
fix indentation 2021-03-02 20:49:40 -06:00

View File

@ -13,7 +13,7 @@ endif
LUME_VERSION ?= $(shell git describe --tags --always) LUME_VERSION ?= $(shell git describe --tags --always)
LDFLAGS := ${LDFLAGS} \ LDFLAGS := ${LDFLAGS} \
-X git.kill0.net/chill9/lume/cmd.Version=${LUME_VERSION} \ -X git.kill0.net/chill9/lume/cmd.Version=${LUME_VERSION} \
-X git.kill0.net/chill9/lume/cmd.BuildDate=${BUILD_DATE} -X git.kill0.net/chill9/lume/cmd.BuildDate=${BUILD_DATE}
.PHONY: build .PHONY: build