From f9b0e18ccd4c0dc978887b5b2fb8eeb54b814393 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 20 Nov 2024 19:20:30 +0100 Subject: fixed error in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5ceae3..846d202 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ myal: $(SRCDIR)/main.c $(CC) $(CFLAGS) $(SRCDIR)/main.c -o myal install: - $(INSTALL_PROGRAM) mvis $(PREFIX)$(BINDIR)/myal + $(INSTALL_PROGRAM) myal $(PREFIX)$(BINDIR)/myal clean: $(RM) myal -- cgit v1.2.3