summaryrefslogtreecommitdiff
path: root/css/Makefile
diff options
context:
space:
mode:
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 > $@