legacy-dotfiles/.conkerorrc/styles/Makefile

8 lines
139 B
Makefile
Raw Normal View History

DESTDIR:=$(DESTDIR)/styles
objects=github.css help.css git-scm.css
include ../../dotfiles.mk
$(objects): %.css: %.less
lessc -x $^ > $@