diff options
Diffstat (limited to 'conkeror/Makefile')
| -rw-r--r-- | conkeror/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conkeror/Makefile b/conkeror/Makefile index 5d21926..1d11b15 100644 --- a/conkeror/Makefile +++ b/conkeror/Makefile @@ -7,5 +7,8 @@ install: markam.js $(INSTALL_DATA) markam.js \ "$(DESTDIR)/share/conkeror/modules/markam.js" +install-strip: + $(MAKE) install + uninstall: rm -f "$(DESTDIR)/share/conkeror/modules/markam.js" |
