From 51a326c5d75ac1635de92bf2636f5050326b459e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Jan 2025 23:55:12 -0600 Subject: still testing --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9562c0e..23d7038 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) +hmm: test + simple: build # make -C example clean simpleMutexGlobal goimports vet make -C example clean simpleMutexProtoc goimports vet @@ -40,8 +42,8 @@ auto: # rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go test: - make -C example rawproto make -C example modproto + make -C example rawproto junk: cd example; rm -f go.* *.pb.go -- cgit v1.2.3