From e725c0cc8011ab6d2c418f83d9b86c7897fabef4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 12:55:03 -0600 Subject: changed to example/ --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d054de..9290772 100644 --- a/Makefile +++ b/Makefile @@ -29,12 +29,12 @@ auto: rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go test: - make -C testfiles full + make -C example full junk: - cd testfiles; rm -f go.* *.pb.go - cd testfiles; ../autogenpb --proto auto.proto --package yellow - cd testfiles; GO111MODULE=off go vet + cd example; rm -f go.* *.pb.go + cd example; ../autogenpb --proto auto.proto --package yellow + cd example; GO111MODULE=off go vet goimports: goimports -w *.go -- cgit v1.2.3