mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-10 23:40:55 +08:00
Remove redundant clause from the Makefile.
This commit is contained in:
parent
855d440d5b
commit
6904b1f3d0
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -67,8 +67,7 @@ test:
|
||||||
# Bundle all static assets including the JS frontend into the ./listmonk binary
|
# Bundle all static assets including the JS frontend into the ./listmonk binary
|
||||||
# using stuffbin (installed with make deps).
|
# using stuffbin (installed with make deps).
|
||||||
.PHONY: dist
|
.PHONY: dist
|
||||||
dist: $(STUFFBIN) build build-frontend
|
dist: $(STUFFBIN) build build-frontend pack-bin
|
||||||
$(STUFFBIN) -a stuff -in ${BIN} -out ${BIN} ${STATIC}
|
|
||||||
|
|
||||||
# pack-releases runns stuffbin packing on the given binary. This is used
|
# pack-releases runns stuffbin packing on the given binary. This is used
|
||||||
# in the .goreleaser post-build hook.
|
# in the .goreleaser post-build hook.
|
||||||
|
|
Loading…
Add table
Reference in a new issue