summaryrefslogtreecommitdiff
path: root/content/handlers/Makefile
blob: a12d8cc21a9e49f10fc5d6a9f605893baace9a14 (plain)
1
2
3
4
5
6
7
8
9
# 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))