From 768c778998356d54ed4a56fca457266c273e98af Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 29 Dec 2024 21:09:05 +0100 Subject: [PATCH] fix: use the right binary name for install rule --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 66965b8..a371ae2 100644 --- a/Makefile +++ b/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