From 455377e30abc161bbee3ee75ac81754a73405617 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 15:29:27 -0600 Subject: compiles example and it runs --- example/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile index 7558b5e..3c477bf 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,8 +1,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -full: clean goimports auto vet build - ./testfiles +full: clean auto goimports vet build + ./example vet: @GO111MODULE=off go vet @@ -11,7 +11,6 @@ vet: build: rm -f fruit.newsort.pb.go GO111MODULE=off go build - ./testfiles auto: ../autogenpb --proto fruit.proto --package main -- cgit v1.2.3