diff options
author | default <nobody@localhost> | 2023-10-16 20:49:58 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-10-16 20:49:58 +0200 |
commit | b7d0f297c3a6984327f808eb60af177078e5c742 (patch) | |
tree | 61d06ce7a8a5ae2d5156e33c37d7bd12c9f4c020 /Makefile | |
parent | 759042dc9f9ae10eb98c68fab1db3c97878097a5 (diff) |
mastoapi: Don't exclude posts of type Page or Article.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ xs_time.h xs_openssl.h snac.h main.o: main.c xs.h xs_io.h xs_json.h snac.h mastoapi.o: mastoapi.c xs.h xs_openssl.h xs_json.h xs_io.h xs_time.h \ - xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h snac.h + xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h snac.h snac.o: snac.c xs.h xs_io.h xs_unicode.h xs_json.h xs_curl.h xs_openssl.h \ xs_socket.h xs_url.h xs_httpd.h xs_mime.h xs_regex.h xs_set.h xs_time.h \ xs_glob.h xs_random.h xs_match.h snac.h |