diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-21 01:23:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-21 01:44:12 +0700 |
| commit | 4d61f639bbc3076d0101d83cf3c0f4d5735c058f (patch) | |
| tree | fc7fa164f2930fee4d5db3cd820c28bb74cd9bf1 | |
| parent | 9786e26c8fbd24b27a993bbec7fd31dbf831cf17 (diff) | |
| download | hunspell-id-4d61f639bbc3076d0101d83cf3c0f4d5735c058f.tar.xz | |
all: lengkapi perintah uninstall
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
