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

Update README to add list of all contributors

This commit is contained in:
Chris Cummer
2018-06-17 14:53:36 -07:00
parent 25517cd22c
commit ddf39c3f59
3 changed files with 16 additions and 56 deletions

View File

@@ -1,8 +1,11 @@
.PHONY: dependencies install run
.PHONY: contrib_check dependencies install run
build:
go build -o bin/wtf
contrib_check:
npx all-contributors-cli check
install:
go clean
go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)"