summaryrefslogtreecommitdiff
path: root/content/fetchers/Makefile
blob: 06e38e4c82ed1eb7f9ea9cd196fe262cd8e32c71 (plain)
1
2
3
4
5
6
7
8
# Content fetchers sources

S_FETCHERS := curl.c data.c file.c about.c resource.c

S_FETCHERS := $(addprefix content/fetchers/,$(S_FETCHERS))

# The following files depend on the testament
content/fetchers/about.c: testament utils/testament.h