summaryrefslogtreecommitdiff
path: root/testautogen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testautogen/Makefile')
-rw-r--r--testautogen/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/testautogen/Makefile b/testautogen/Makefile
index 82e2b69..bad3d3f 100644
--- a/testautogen/Makefile
+++ b/testautogen/Makefile
@@ -1,7 +1,10 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-run: clean test.pb.go goimports vet
+all: clean test.pb.go run goimports vet
+
+run:
+ ../autogenpb
vet:
@GO111MODULE=off go vet