diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ build: test: test-go test-wrappers test-go: - go test ./... + go test ./... -v #WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/))) WRAPPERS=python |
