On Thu, Jan 28, 2021 at 04:55:58PM +0100, shirenn wrote:
> Signed-off-by: shirenn <shir...@crans.org>
> ---
>  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 filter clean test
>  
>  all: lchat
>  clean:
> @@ -10,6 +10,9 @@ install: lchat
>     cp lchat ${BINDIR}
>     cp lchat.1 ${MAN1DIR}
>  
> +uninstall:
> +   rm ${BINDIR}/lchat ${MAN1DIR}/lchat.1
> +
>  test: sl_test
>     ./sl_test
>  
> -- 
> 2.30.0
> 
> 

Hi,

It would be nice if the Makefile respects $DESTDIR also (can be a separate 
patch).

-- 
Kind regards,
Hiltjo

Attachment: signature.asc
Description: PGP signature

Reply via email to