diff options
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile index c744d23..6aaad50 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,6 +1,9 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) +test: goimports build + ./example + modproto: clean withMutex goimports vet build ./example |
