diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 10:20:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 10:20:06 -0600 |
| commit | fb79d5b17db770b7c905803087b86ccd630f6758 (patch) | |
| tree | 0821edd90dd6ec9b09e71437782a56094e2f299d /testSort/Makefile | |
| parent | 766c2e16742d668b47320f6b228840d788b86723 (diff) | |
test works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testSort/Makefile')
| -rw-r--r-- | testSort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
