fix indentation

This commit is contained in:
Ryan Cavicchioni 2021-03-02 20:43:49 -06:00
parent f90e938421
commit a933343e1b
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

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