Merge pull request #491 from citrus-it/makedep
pack-bin is missing dependency on build-frontend
This commit is contained in:
commit
443ba184c3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue