Skip to content

Commit

Permalink
Fix incorrect make command
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jan 24, 2021
1 parent 05928d5 commit afef994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afef994

Please sign in to comment.