From 9ecb04bfccb2468f31879b80b10a2707710223ab Mon Sep 17 00:00:00 2001 From: jun7 Date: Sun, 31 Dec 2017 15:09:38 +0900 Subject: [PATCH] Add uninstall to the make file --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index efa416c..1dc8cff 100644 --- a/makefile +++ b/makefile @@ -24,3 +24,6 @@ clean: install: all install -Dm755 adblock.so $(EXTENSION_DIR)/adblock.so +uninstall: + rm -f $(EXTENSION_DIR)/adblock.so + -rmdir $(EXTENSION_DIR)