From bf90bfb334e53b02c87c2dcdf7b0df1c516fbdeb Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Thu, 6 Dec 2018 13:38:13 +0000 Subject: [PATCH] Update Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 40db9c5..ab6de91 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,7 @@ test: go vet -v .PHONY: install -install: build install-tools - packr -v +install: build go install -ldflags "-X github.com/liamg/aminal/version.Version=`git describe --tags`" .PHONY: install-tools