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