Fix incorrect make command
This commit is contained in:
parent
05928d57b1
commit
afef994e6d
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ dist: build build-frontend
|
||||||
# in the .goreleaser post-build hook.
|
# in the .goreleaser post-build hook.
|
||||||
.PHONY: pack-bin
|
.PHONY: pack-bin
|
||||||
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.
|
# Use goreleaser to do a dry run producing local builds.
|
||||||
.PHONY: release-dry
|
.PHONY: release-dry
|
||||||
|
|
Loading…
Reference in New Issue