diff options
| author | 2013-01-06 14:36:51 +0100 | |
|---|---|---|
| committer | 2013-01-06 14:36:51 +0100 | |
| commit | 58a7c046d22579cc5156fb34429e5ea7ea5a5526 (patch) | |
| tree | b0c136e3bdf6ea2d0296d712197b108f074f6f49 /conkeror | |
| parent | 8d9615f72aa090cf45f156400d7c02d33837c1af (diff) | |
| download | markam-58a7c046d22579cc5156fb34429e5ea7ea5a5526.tar.gz markam-58a7c046d22579cc5156fb34429e5ea7ea5a5526.zip | |
Add install target to Makefile
Installs everything under `DESTDIR', which is `/usr/local' by
default.
Diffstat (limited to 'conkeror')
| -rw-r--r-- | conkeror/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conkeror/Makefile b/conkeror/Makefile new file mode 100644 index 0000000..0f9dbb4 --- /dev/null +++ b/conkeror/Makefile @@ -0,0 +1,8 @@ +DESTDIR ?= /usr/local + +.PHONY: all install + +all: +install: markam.js + install -Dm 655 markam.js \ + "$(DESTDIR)/share/conkeror/modules/markam.js" |
