From afef994e6d66b8e881924cb8cbe30f20e1507474 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sun, 24 Jan 2021 13:07:42 +0530 Subject: [PATCH] Fix incorrect make command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2d4718..f8be343 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ dist: build build-frontend # in the .goreleaser post-build hook. .PHONY: pack-bin pack-bin: - stuffbin -a stuff -in $(bin) -out $(bin) ${STATIC} + stuffbin -a stuff -in ${BIN} -out ${BIN} ${STATIC} # Use goreleaser to do a dry run producing local builds. .PHONY: release-dry