Browse Source

Makefile: Add default for INSTALL

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

+ 1
- 0
Makefile View File

@ -1,5 +1,6 @@
NAME=zsh-syntax-highlighting
INSTALL?=install -c
PREFIX?=/usr/local
SHARE_DIR=$(DESTDIR)$(PREFIX)/share/$(NAME)

Loading…
Cancel
Save