diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
