From 7b06848c75f0a891faf72d27dd5d1c5db91c0ac2 Mon Sep 17 00:00:00 2001 From: UlisseMini Date: Fri, 25 Jan 2019 12:47:35 -0500 Subject: [PATCH] Makefile: Remove unneeded variable --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 8b0a74f..411d9d2 100644 --- a/Makefile +++ b/Makefile @@ -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