From d36344e463e80d89d0cc8b028b6243823d184b35 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Jan 2025 11:22:08 -0600 Subject: make seperate find and sort files --- example/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile index 1f3d285..e2673c3 100644 --- a/example/Makefile +++ b/example/Makefile @@ -16,13 +16,18 @@ vet: build: GO111MODULE=off go build -v +simple: + ../autogenpb --proto fruit.proto --package main + withMutex: ../autogenpb --proto fruit.proto --package main ../autogenpb --proto file.proto --package main + ../autogenpb --proto patchset.proto --package main withoutMutex: ../autogenpb --proto fruit.proto --package main --mutex=false ../autogenpb --proto file.proto --package main --mutex=false + ../autogenpb --proto patchset.proto --package main --mutex=false goimports: goimports -w *.go -- cgit v1.2.3