fix(install): correct binary name in Makefile
The previous binary name was incorrect, which could lead to installation failures. - Changed the binary name from 'bin/code-preloader' to 'bin/mfm' in the install section of the Makefile. Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>
This commit is contained in:
parent
3a8d9239b2
commit
7953f9f3a7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ test:
|
|||
install:
|
||||
install \
|
||||
-m 755 \
|
||||
bin/code-preloader \
|
||||
bin/mfm \
|
||||
$(PREFIX)/bin
|
||||
|
||||
.PHONY: spec test build all prepare install
|
||||
|
|
Loading…
Add table
Reference in a new issue