Fix LESSC assignment in less/Makefile
This commit is contained in:
parent
3c104cb3aa
commit
0066fecc20
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
LESSC := $(shell command -v lessc 2> /dev/null)
|
LESSC=$(shell command -v lessc 2> /dev/null)
|
||||||
|
|
||||||
ifndef LESSC
|
ifndef LESSC
|
||||||
$(error "less is not installed, please run install-less.sh")
|
$(error "less is not installed, please run install-less.sh")
|
||||||
|
|
Loading…
Add table
Reference in a new issue