Merge pull request #97 from dariusk/master

Tweak Makefile for MacOS
pull/99/head
Matt Baer 6 years ago committed by GitHub
commit 601fc5d93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      less/Makefile

@ -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

Loading…
Cancel
Save