diff --git a/Makefile b/Makefile index 47f9311..222d2f4 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ clean: clear: rm $(BINDIR)/$(NAME) -obj: - echo $(OBJ) +install: + mv $(BINDIR)/$(NAME) /usr/local/bin