diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 10:20:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 10:20:06 -0600 |
| commit | fb79d5b17db770b7c905803087b86ccd630f6758 (patch) | |
| tree | 0821edd90dd6ec9b09e71437782a56094e2f299d /testautogen/Makefile | |
| parent | 766c2e16742d668b47320f6b228840d788b86723 (diff) | |
test works
Signed-off-by: Jeff Carr <[email protected]>
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: |
