From 4d61f639bbc3076d0101d83cf3c0f4d5735c058f Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 21 Sep 2022 01:23:06 +0700 Subject: all: lengkapi perintah uninstall --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e8e767c..2be24ab 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,11 @@ install: ## ## $ sudo make DESTDIR=/ uninstall uninstall: + rm -f $(DESTDIR)/usr/share/vim/vimfiles/spell/id.utf-8.spl + rm -f $(DESTDIR)/usr/share/myspell/dicts/id_ID.aff + rm -f $(DESTDIR)/usr/share/myspell/dicts/id_ID.dic rm -f $(DESTDIR)/usr/share/hunspell/id_ID.aff + rm -f $(DESTDIR)/usr/share/hunspell/id_ID.dic serve-doc: ciigo serve doc -- cgit v1.3