diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 17:15:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 17:15:53 -0600 |
| commit | 948af64ea2b6e586f4d152fcfc7ed168dae4c919 (patch) | |
| tree | 8ac36eed2d783ee57eeb8f45c84adc75e8f7c8d4 /example/Makefile | |
| parent | 7c10ff958e57d02d13287c4cdbe0aca3781e1600 (diff) | |
example doesn't seem to work. why? notsure
Signed-off-by: Jeff Carr <[email protected]>
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 |
