From 59ab4ce2728e5e75b9ab33f1f891be8138fb94a8 Mon Sep 17 00:00:00 2001
From: Glenn <glenux@glenux.net>
Date: Wed, 24 Jan 2024 01:25:44 +0100
Subject: [PATCH] fix: change binary name

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f0c5bb8..f1faf70 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ test:
 install:
 	install \
 		-m 755 \
-		bin/code-preloader \
+		bin/mfm \
 		$(PREFIX)/bin
 
 .PHONY: spec test build all prepare install