mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Remove the old binary before installing the new to force it to get picked up
This commit is contained in:
parent
7500a4031d
commit
3c9b846bbc
1
Makefile
1
Makefile
@ -1,2 +1,3 @@
|
|||||||
install:
|
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)"
|
go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6 --dirty=-dev) -X main.builtat=$(shell date +%FT%T%z)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user