diff --git a/Makefile b/Makefile index c86ffa3..3f6e407 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ install: wireguard-go @install -v -d "$(DESTDIR)$(BINDIR)" && install -v -m 0755 "$<" "$(DESTDIR)$(BINDIR)/wireguard-go" test: - go test -v ./... + go test ./... clean: rm -f wireguard-go