From 3c9b846bbcd017e303f8672fb7d2b88e683afe72 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Tue, 24 Apr 2018 09:58:24 -0700 Subject: [PATCH] Remove the old binary before installing the new to force it to get picked up --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c620eac6..9fa09291 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,3 @@ install: + which wtf | xargs rm go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6 --dirty=-dev) -X main.builtat=$(shell date +%FT%T%z)"