Browse Source

Merge pull request #97 from dariusk/master

Tweak Makefile for MacOS
pull/99/head
Matt Baer 5 years ago
committed by GitHub
parent
commit
601fc5d93e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      less/Makefile

+ 2
- 0
less/Makefile 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


Loading…
Cancel
Save