mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
9 lines
192 B
Makefile
9 lines
192 B
Makefile
![]() |
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)
|