summaryrefslogtreecommitdiff
path: root/css/Makefile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-11-29 19:10:15 +0300
committerAndrew Dolgov <[email protected]>2017-11-29 19:10:15 +0300
commitf9ffef66f95ab71438d979919e0405abaa42ac15 (patch)
treeddb9e4288dce98fc0c8bb8515c8336cdd4b96a60 /css/Makefile
parent9dd336a2c32d7f9dd6224602cd31a9cb2c3503fd (diff)
move prefs to less, add a shared buildfile
Diffstat (limited to 'css/Makefile')
-rw-r--r--css/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/Makefile b/css/Makefile
index 49bbe1954..cb929bb4c 100644
--- a/css/Makefile
+++ b/css/Makefile
@@ -1,4 +1,4 @@
default.css: *.less
- cat $^ | lessc -x - > $@
+ lessc -x default.less > $@