Merge pull request #97 from dariusk/master

Tweak Makefile for MacOS
This commit is contained in:
Matt Baer 2019-04-30 15:33:57 -04:00 committed by GitHub
commit 601fc5d93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
ifeq ($(shell which lessc),/usr/bin/lessc)
LESSC=/usr/bin/lessc
else ifeq ($(shell which lessc),/usr/local/bin/lessc)
LESSC=/usr/local/bin/lessc
else
LESSC=node_modules/.bin/lessc
endif