summaryrefslogtreecommitdiff
path: root/css/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'css/Makefile')
-rw-r--r--css/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/Makefile b/css/Makefile
new file mode 100644
index 000000000..cb929bb4c
--- /dev/null
+++ b/css/Makefile
@@ -0,0 +1,4 @@
+
+default.css: *.less
+ lessc -x default.less > $@
+