summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/Makefile b/css/Makefile
new file mode 100644
index 000000000..1280d57e1
--- /dev/null
+++ b/css/Makefile
@@ -0,0 +1,5 @@
+# CSS sources
+
+S_CSS := css.c dump.c internal.c select.c utils.c
+
+S_CSS := $(addprefix css/,$(S_CSS))