summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/Makefile
blob: 14ecaaa27608c3b3b964d220bc41830dbc60a2ba (plain)
1
2
3
4
5
6
7
SUBDIR=styles
objects=github.css help.css git-scm.css

include ../../dotfiles.mk

$(objects): %.css: %.less
	lessc -x $^ > $@