diff --git a/Makefile b/Makefile index 5fe67566d..d02d56099 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ dist: $(STUFFBIN) build build-frontend pack-bin # pack-releases runns stuffbin packing on the given binary. This is used # in the .goreleaser post-build hook. .PHONY: pack-bin -pack-bin: $(STUFFBIN) +pack-bin: build-frontend $(BIN) $(STUFFBIN) $(STUFFBIN) -a stuff -in ${BIN} -out ${BIN} ${STATIC} # Use goreleaser to do a dry run producing local builds.