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 \
-D \
-m 755 \
bin/code-preloader \
$(PREFIX)/bin
bin/mfm \
$(PREFIX)/bin/mfm
.PHONY: spec test build all prepare install