Browse Source

Add Makefile

pull/214/head
Matthew Martin 9 years ago
parent
commit
7aeadfe01b
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      Makefile

+ 8
- 0
Makefile View File

@ -0,0 +1,8 @@
NAME=zsh-syntax-highlighting
PREFIX?=/usr/local
SHARE_DIR=$(DESTDIR)$(PREFIX)/share/$(NAME)
install:
$(INSTALL) -d $(SHARE_DIR)
cp -r zsh-syntax-highlighting.zsh highlighters $(SHARE_DIR)

Loading…
Cancel
Save