summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc/styles/Makefile')
-rw-r--r--.conkerorrc/styles/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/.conkerorrc/styles/Makefile b/.conkerorrc/styles/Makefile
index fb44500..c75377b 100644
--- a/.conkerorrc/styles/Makefile
+++ b/.conkerorrc/styles/Makefile
@@ -1,4 +1,7 @@
DESTDIR:=$(DESTDIR)/styles
-objects=github.css help.css
+objects=github.css help.css git-scm.css
include ../../dotfiles.mk
+
+$(objects): %.css: %.less
+ lessc -x $^ > $@