Signed-off-by: shirenn <[email protected]>
---
 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


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to