summaryrefslogtreecommitdiff
path: root/testautogen/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 09:36:54 -0600
committerJeff Carr <[email protected]>2024-11-29 09:36:54 -0600
commit766c2e16742d668b47320f6b228840d788b86723 (patch)
tree84c820e1ea69e2c123f531d09f6afc332ec8d8a9 /testautogen/Makefile
parent1c0234a442a428df859d28f718ca207a8f859ba5 (diff)
continue attempt
Signed-off-by: Jeff Carr <[email protected]>
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