From ea1e62729aa3fb868fd9bbb6426fe2ae0d9e69aa 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d49400f..a371ae2 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,10 @@ test: install: install \ + -D \ -m 755 \ bin/mfm \ - $(PREFIX)/bin + $(PREFIX)/bin/mfm .PHONY: spec test build all prepare install