From c44689a57c7c6929c85a08ee8dec9732f294c037 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 25 Jan 2016 16:53:20 -0500 Subject: [PATCH] Fix -X arguments - requires "=" now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d70d663..4b0346b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TAG :=`git describe --tags` VERSION = `git describe --tags 2>/dev/null || git rev-parse --short HEAD 2>/dev/null` -LDFLAGS = -X main.buildVersion $(VERSION) +LDFLAGS = -X main.buildVersion=$(VERSION) all: shuttle