1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-20 16:02:17 -07:00
Files
wtf/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)"