aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/charithe/durationcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/charithe/durationcheck/Makefile')
-rw-r--r--vendor/github.com/charithe/durationcheck/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/github.com/charithe/durationcheck/Makefile b/vendor/github.com/charithe/durationcheck/Makefile
deleted file mode 100644
index 8e2f81ae8..000000000
--- a/vendor/github.com/charithe/durationcheck/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-build:
- @GO111MODULE=on go build -ldflags '-s -w' -o durationcheck ./cmd/durationcheck/main.go
-
-install:
- @GO111MODULE=on go install -ldflags '-s -w' ./cmd/durationcheck