aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/charithe/durationcheck/Makefile
blob: 8e2f81ae87eecac74ec6f685dcb551aa05ebf6cc (plain)
1
2
3
4
5
build:
	@GO111MODULE=on go build -ldflags '-s -w' -o durationcheck ./cmd/durationcheck/main.go

install: 
	@GO111MODULE=on go install -ldflags '-s -w' ./cmd/durationcheck