Remove redundant clause from the Makefile.

This commit is contained in:
Kailash Nadh 2021-09-23 19:26:38 +05:30
parent 855d440d5b
commit 6904b1f3d0

View file

@ -67,8 +67,7 @@ test:
# Bundle all static assets including the JS frontend into the ./listmonk binary
# using stuffbin (installed with make deps).
.PHONY: dist
dist: $(STUFFBIN) build build-frontend
$(STUFFBIN) -a stuff -in ${BIN} -out ${BIN} ${STATIC}
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.