summaryrefslogtreecommitdiff
path: root/testfiles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testfiles/Makefile')
-rw-r--r--testfiles/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/testfiles/Makefile b/testfiles/Makefile
deleted file mode 100644
index bc4405b..0000000
--- a/testfiles/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-VERSION = $(shell git describe --tags)
-BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
-
-full: clean goimports auto vet build
- ./testfiles
-
-vet:
- @GO111MODULE=off go vet
- @echo this go binary package should build okay
-
-build:
- GO111MODULE=off go build
-
-auto:
- ../autogenpb --proto auto.proto --package main
-
-goimports:
- goimports -w *.go
-
-clean:
- -rm -f go.*
- -rm -f *.pb.go
- -rm -f testfiles