1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

linux/ubuntu wraps for security

This commit is contained in:
James Sapara
2018-05-31 12:29:32 -07:00
parent 43d937992c
commit 2109157edc
6 changed files with 161 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ dependencies:
go get -v ./...
install:
which wtf | xargs rm
which wtf | xargs rm || true
go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6)_$(BRANCH) -X main.date=$(shell date +%FT%T%z)"
which wtf