mirror of
https://github.com/taigrr/wtf
synced 2026-03-20 13:42:17 -07:00
4 lines
164 B
Makefile
4 lines
164 B
Makefile
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)"
|