Skip to content

Commit afef994

Browse files
committed
Fix incorrect make command
1 parent 05928d5 commit afef994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dist: build build-frontend
5252
# in the .goreleaser post-build hook.
5353
.PHONY: pack-bin
5454
pack-bin:
55-
stuffbin -a stuff -in $(bin) -out $(bin) ${STATIC}
55+
stuffbin -a stuff -in ${BIN} -out ${BIN} ${STATIC}
5656

5757
# Use goreleaser to do a dry run producing local builds.
5858
.PHONY: release-dry

0 commit comments

Comments
 (0)