diff options
| author | Jeff Carr <[email protected]> | 2025-01-11 02:44:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-11 02:44:21 -0600 |
| commit | 9349ab95fc91f74f2c242a7e3ccc0b630c3d95f3 (patch) | |
| tree | caaf75c3d0da4392a57e0d32b137435160b67d0e /example/Makefile | |
| parent | 3f2909aa0d95acc5b00642d082013afd40108a30 (diff) | |
small app works, example core dumps on Marshal()
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
