Re: [hackers] [lchat][PATCH] Makefile: provides an uninstall target

2021-01-29 Thread shirenn
Signed-off-by: shirenn --- Makefile | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ea45200..cc24402 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,17 @@ include config.mk -.PHONY: all install filter clean test +.PHONY: all install

Re: [hackers] [lchat][PATCH] Makefile: provides an uninstall target

2021-01-28 Thread shirenn
= ${PREFIX}/bin MANDIR = ${PREFIX}/share/man MAN1DIR = ${MANDIR}/man1 I think it is an standard enough way to define the destinations no ? Kind of knew to make file though. Bests, -- shirenn signature.asc Description: This is a digitally signed message part

[hackers] [lchat][PATCH] Makefile: provides an uninstall target

2021-01-28 Thread shirenn
Signed-off-by: shirenn --- Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea45200..675ac76 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include config.mk -.PHONY: all install filter clean test +.PHONY: all install uninstall