Skip to content

Commit

Permalink
Remove redundant clause from the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 23, 2021
1 parent 855d440 commit 6904b1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6904b1f

Please sign in to comment.