fix: use the right binary name for install rule

This commit is contained in:
Glenn Y. Rolland 2024-12-29 21:09:05 +01:00
parent cbbc302756
commit 768c778998

View file

@ -24,9 +24,10 @@ test:
install: install:
install \ install \
-D \
-m 755 \ -m 755 \
bin/code-preloader \ bin/mfm \
$(PREFIX)/bin $(PREFIX)/bin/mfm
.PHONY: spec test build all prepare install .PHONY: spec test build all prepare install