From 57b798d45c01337b86c76102d4622de8038a5e3a Mon Sep 17 00:00:00 2001 From: zawz Date: Mon, 22 Jul 2019 16:25:47 +0200 Subject: [PATCH] Changed install method --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a830d1d..eeb30e3 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,5 @@ clean: clear: rm $(BINDIR)/$(NAME) -install: - mv $(BINDIR)/$(NAME) /usr/bin +install: $(BINDIR)/$(NAME) + mv $(BINDIR)/$(NAME) /usr/local/bin