aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/charithe/durationcheck/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-02-22 20:37:25 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-02-22 21:02:12 +0100
commitfcc6d71be2c3ce7d9305c04fc2e87af554571bac (patch)
treeb01dbb3d1e2988e28ea158d2d543d603ec0b9569 /vendor/github.com/charithe/durationcheck/Makefile
parent8f23c528ad5a943b9ffec5dcaf332fd0f614006e (diff)
go.mod: update golangci-lint to v1.37
Diffstat (limited to 'vendor/github.com/charithe/durationcheck/Makefile')
-rw-r--r--vendor/github.com/charithe/durationcheck/Makefile5
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