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