From 6904b1f3d01ca3909986d02d5655f8f62d29b1aa Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Thu, 23 Sep 2021 19:26:38 +0530 Subject: [PATCH] Remove redundant clause from the Makefile. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 384e44ae..bc395239 100644 --- a/Makefile +++ b/Makefile @@ -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.