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