From 8158a66db580bcfbb89c1d51002b1d07c15fa960 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 11:15:40 -0600 Subject: mroe argv checks Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02f0903..7939343 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ run: clean build make -C testautogen/ all make -C testSort/ +test: + ./autogenpb --proto test.proto + vet: @GO111MODULE=off go vet @echo this go library package builds okay -- cgit v1.2.3