markam/conkeror/Makefile
Tom Willemsen 58a7c046d2 Add install target to Makefile
Installs everything under `DESTDIR', which is `/usr/local' by
default.
2013-01-06 14:36:51 +01:00

8 lines
145 B
Makefile

DESTDIR ?= /usr/local
.PHONY: all install
all:
install: markam.js
install -Dm 655 markam.js \
"$(DESTDIR)/share/conkeror/modules/markam.js"