diff --git a/Makefile b/Makefile index 30c0006a..999e3097 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ all: build # make build -- -o output_name .PHONY: build build: - @$(GOBUILD) -o $(BINARY) $(BUILD_ARGS) $(SRCDIR) + @$(GOBUILD) -v -o $(BINARY) $(BUILD_ARGS) $(SRCDIR) # Clean .PHONY: clean