Initial rendering of the node tree
This commit is contained in:
commit
c5bec0afa6
7477 changed files with 8513 additions and 0 deletions
11
static/less/Makefile
Normal file
11
static/less/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
less = $(wildcard *.less)
|
||||
_css = $(less:.less=.css)
|
||||
css = $(addprefix ../css/, $(_css) )
|
||||
|
||||
../css/%.css: %.less
|
||||
lessc $< $@
|
||||
|
||||
all: $(css)
|
||||
|
||||
clean:
|
||||
rm -vf $(css)
|
||||
Loading…
Add table
Add a link
Reference in a new issue