summaryrefslogtreecommitdiff
path: root/css/Makefile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-11-29 18:55:12 +0300
committerAndrew Dolgov <[email protected]>2017-11-29 18:55:12 +0300
commit9dd336a2c32d7f9dd6224602cd31a9cb2c3503fd (patch)
tree833c4cfc51be1ef1da5d75d6e7ae21ca41ed1e95 /css/Makefile
parent481ab9acbfdd0d9de3b52da17f33f5381150b9bc (diff)
generate base css files using lessc
Diffstat (limited to 'css/Makefile')
-rw-r--r--css/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/css/Makefile b/css/Makefile
index c0c51abdb..49bbe1954 100644
--- a/css/Makefile
+++ b/css/Makefile
@@ -1,5 +1,4 @@
-#cdm.css: cdm.less
-# lessc $^ > $@
-#tt-rss.css: tt-rss.less
-# lessc $^ > $@
+default.css: *.less
+ cat $^ | lessc -x - > $@
+