diff --git a/Makefile b/Makefile index 6880c64..ae6e5d2 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ineffassign: ineffassign ./... test: - sudo go test ./... + sudo go test ./... -v build: go build -o bin/main cmd/syn-flood/main.go