fix: use the right binary name for install rule
This commit is contained in:
parent
cbbc302756
commit
768c778998
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -24,9 +24,10 @@ test:
|
|||
|
||||
install:
|
||||
install \
|
||||
-D \
|
||||
-m 755 \
|
||||
bin/code-preloader \
|
||||
$(PREFIX)/bin
|
||||
bin/mfm \
|
||||
$(PREFIX)/bin/mfm
|
||||
|
||||
.PHONY: spec test build all prepare install
|
||||
|
||||
|
|
Loading…
Reference in a new issue