1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-15 18:15:53 +03:00

Merge pull request #233 from robpaulson/cygwin_install_fix

Cygwin install fix
This commit is contained in:
Maxime Coste 2014-10-08 21:25:23 +01:00
commit 333134b98a

View File

@ -3,7 +3,7 @@ objects := $(addprefix ., $(sources:.cc=.o))
deps := $(addprefix ., $(sources:.cc=.d))
PREFIX ?= /usr/local
DESTDIR ?= /
DESTDIR ?= # root dir
bindir := $(DESTDIR)$(PREFIX)/bin
sharedir := $(DESTDIR)$(PREFIX)/share/kak