Makefile: Remove unneeded variable

This commit is contained in:
UlisseMini 2019-01-25 12:47:35 -05:00 committed by Andrey Petrov
parent f3c80047b9
commit 7b06848c75

View File

@ -6,8 +6,6 @@ SRCS = %.go
VERSION := $(shell git describe --tags --dirty --always 2> /dev/null || echo "dev")
LDFLAGS = LDFLAGS="-X main.Version=$(VERSION)"
SUBPACKAGES := $(shell go list ./... | grep -v /vendor/)
all: $(BINARY)
$(BINARY): **/**/*.go **/*.go *.go