diff options
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 |
