diff options
Diffstat (limited to 'conkeror')
| -rw-r--r-- | conkeror/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conkeror/Makefile b/conkeror/Makefile index 0f9dbb4..25ffd14 100644 --- a/conkeror/Makefile +++ b/conkeror/Makefile @@ -1,8 +1,11 @@ DESTDIR ?= /usr/local -.PHONY: all install +.PHONY: all install uninstall all: install: markam.js install -Dm 655 markam.js \ "$(DESTDIR)/share/conkeror/modules/markam.js" + +uninstall: + rm -f "$(DESTDIR)/share/conkeror/modules/markam.js" |
