diff options
| author | 2013-01-06 15:59:16 +0100 | |
|---|---|---|
| committer | 2013-01-06 15:59:16 +0100 | |
| commit | e0cb22485481351242dff65ab0cce9a7b6fc3400 (patch) | |
| tree | 0bc33fb4afe9fd6dbdc80084b4b59634243bc4a4 /conkeror/Makefile | |
| parent | 4fde21d9913a63e8f057543aefa5b4125d74bd85 (diff) | |
| download | markam-e0cb22485481351242dff65ab0cce9a7b6fc3400.tar.gz markam-e0cb22485481351242dff65ab0cce9a7b6fc3400.zip | |
Add install-strip target
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" |
