commit | b39b038ebf9bd369960def7434c2698be27adc16 | [log] [tgz] |
---|---|---|
author | Vincent Cheng <vcheng@debian.org> | Fri Feb 21 01:51:34 2014 -0800 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Sat Mar 01 21:22:58 2014 -0500 |
tree | ecb45dcd4b04706bf77ead84c75df3153d2c2ef2 | |
parent | 0bb3dbd0b5c1007465e9a02df5a625f4a26a36ff [diff] |
Add makefile target for quick recompilation of style.css
diff --git a/Makefile b/Makefile index f62fca7..788be42 100644 --- a/Makefile +++ b/Makefile
@@ -10,3 +10,6 @@ pygments: pygmentize -S ${STYLE} -f html > ./static/css/pygments.css + +style: + lessc static/css/style.less > static/css/style.css