mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 19:34:19 +00:00
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
|
||||
$(error "less is not installed, please run install-less.sh")
|
||||
|
|
Loading…
Reference in a new issue