From fb79d5b17db770b7c905803087b86ccd630f6758 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 10:20:06 -0600 Subject: test works Signed-off-by: Jeff Carr --- testSort/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testSort/Makefile') diff --git a/testSort/Makefile b/testSort/Makefile index 50afd9d..88a8320 100644 --- a/testSort/Makefile +++ b/testSort/Makefile @@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -run: clean test.pb.go build +run: clean build ./testSort vet: @@ -31,4 +31,4 @@ reset: reset clean: - -rm *.pb.go testSort + -rm -f *.pb.go testSort -- cgit v1.2.3