diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ vulncheck: .PHONY: tests tests: - $(GO) test $(GOFLAGS) -v ./... + $(GO) test $(GOFLAGS) ./... .PHONY: debug debug: aerc.debug |