diff options
| author | 2013-01-06 15:30:50 +0100 | |
|---|---|---|
| committer | 2013-01-06 15:30:50 +0100 | |
| commit | e2999eed45ccd6998c5a692f40b7ff47e1fcb8eb (patch) | |
| tree | fc3b8a63a2494672d331d9cfa85579cbf7014abe /conkeror | |
| parent | 759b8b0cf97c21d897c0d1929421c803a6619bd1 (diff) | |
| download | markam-e2999eed45ccd6998c5a692f40b7ff47e1fcb8eb.tar.gz markam-e2999eed45ccd6998c5a692f40b7ff47e1fcb8eb.zip | |
Add uninstall target
Removes all files from their installed locations.
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" |
