Skip to content

Commit

Permalink
Merge pull request #491 from citrus-it/makedep
Browse files Browse the repository at this point in the history
pack-bin is missing dependency on build-frontend
  • Loading branch information
knadh authored Sep 29, 2021
2 parents 0d8c036 + ecc3516 commit 443ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 443ba18

Please sign in to comment.