mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
6 lines
102 B
Makefile
6 lines
102 B
Makefile
# CSS sources
|
|
|
|
S_CSS := css.c dump.c internal.c select.c utils.c
|
|
|
|
S_CSS := $(addprefix css/,$(S_CSS))
|