summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-11-20 19:20:30 +0100
committeryuzu-eva <stevenhu@web.de>2024-11-20 19:20:30 +0100
commitf9b0e18ccd4c0dc978887b5b2fb8eeb54b814393 (patch)
tree2d6c6e631183955c3385975e7be25718641126fa /Makefile
parent6759fcc85583c11e4729a555e341c80f6dbd2c8e (diff)
fixed error in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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