From 94191f0731c6285dc9b8bd71a07933782c370c33 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Mon, 19 Oct 2015 01:44:02 -0500 Subject: [PATCH] Makefile: Add default for INSTALL --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 680c116..68fbf0d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ NAME=zsh-syntax-highlighting +INSTALL?=install -c PREFIX?=/usr/local SHARE_DIR=$(DESTDIR)$(PREFIX)/share/$(NAME)