diff options
Diffstat (limited to 'testautogen/Makefile')
| -rw-r--r-- | testautogen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testautogen/Makefile b/testautogen/Makefile index bad3d3f..749686c 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -1,6 +1,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) +test: vet + all: clean test.pb.go run goimports vet run: |
