diff options
Diffstat (limited to 'vendor/github.com/charithe/durationcheck/Makefile')
| -rw-r--r-- | vendor/github.com/charithe/durationcheck/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/charithe/durationcheck/Makefile b/vendor/github.com/charithe/durationcheck/Makefile new file mode 100644 index 000000000..8e2f81ae8 --- /dev/null +++ b/vendor/github.com/charithe/durationcheck/Makefile @@ -0,0 +1,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 |
