diff --git a/Makefile b/Makefile index 900909f..5273190 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ exe: $(prog) # build named executable from go sources $(prog): $(sources) - go build --tags=all -o $(prog) + go build --tags=all -o $(prog) .PHONY: container container: binaries plugins