mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-07 19:42:20 +03:00
10 lines
239 B
Makefile
10 lines
239 B
Makefile
# Image content handler sources
|
|
include content/handlers/image/Makefile
|
|
|
|
S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE))
|
|
|
|
# CSS sources
|
|
include content/handlers/css/Makefile
|
|
|
|
S_CSS := $(addprefix content/handlers/css/,$(S_CSS))
|