summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/Makefile')
-rw-r--r--vendor/github.com/d5/tengo/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/d5/tengo/Makefile b/vendor/github.com/d5/tengo/Makefile
deleted file mode 100644
index 99daafd1..00000000
--- a/vendor/github.com/d5/tengo/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-vet:
- go vet ./...
-
-generate:
- go generate ./...
-
-lint:
- golint -set_exit_status ./...
-
-test: generate vet lint
- go test -race -cover ./...
-
-fmt:
- go fmt ./...