From 9349ab95fc91f74f2c242a7e3ccc0b630c3d95f3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 Jan 2025 02:44:21 -0600 Subject: small app works, example core dumps on Marshal() --- example/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile index f704534..66edeaf 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -test: goimports build +all: clean simpleMutexProtoc goimports build ./example modproto: clean withMutex goimports vet build @@ -46,4 +46,4 @@ goimports: clean: -rm -f go.* -rm -f *.pb.go - -rm -f testfiles + -rm -f example basket.pb -- cgit v1.2.3