summaryrefslogtreecommitdiff
path: root/css/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-26 11:18:41 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-26 11:18:41 +0100
commit6722943b81c0dba84ed187b2d117cc92972117ed (patch)
tree5de3de53a92696c9a4b9edcfd54e7f608ad2fb04 /css/Makefile
parentc25eb6b7e7a08d7e2aaf33994c2c24053cf47b82 (diff)
downloadnetsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.gz
netsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.bz2
move the CSS content handler
Diffstat (limited to 'css/Makefile')
-rw-r--r--css/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/css/Makefile b/css/Makefile
deleted file mode 100644
index 127dbaa32..000000000
--- a/css/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# CSS sources
-
-S_CSS := css.c dump.c internal.c hints.c select.c utils.c
-
-S_CSS := $(addprefix css/,$(S_CSS))