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

include ../../dotfiles.mk

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