mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
6 lines
169 B
Makefile
6 lines
169 B
Makefile
# Content sources
|
|
|
|
S_CONTENT := content.c content_factory.c dirlist.c fetch.c hlcache.c \
|
|
llcache.c mimesniff.c urldb.c
|
|
|
|
S_CONTENT := $(addprefix content/,$(S_CONTENT))
|