diff options
| author | 2023-10-16 20:49:58 +0200 | |
|---|---|---|
| committer | 2023-10-16 20:49:58 +0200 | |
| commit | b7d0f297c3a6984327f808eb60af177078e5c742 (patch) | |
| tree | 61d06ce7a8a5ae2d5156e33c37d7bd12c9f4c020 /Makefile | |
| parent | Drop updates for unknown posts. (diff) | |
| download | penes-snac2-b7d0f297c3a6984327f808eb60af177078e5c742.tar.gz penes-snac2-b7d0f297c3a6984327f808eb60af177078e5c742.tar.xz penes-snac2-b7d0f297c3a6984327f808eb60af177078e5c742.zip | |
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 \ | |||
| 46 | xs_time.h xs_openssl.h snac.h | 46 | xs_time.h xs_openssl.h snac.h |
| 47 | main.o: main.c xs.h xs_io.h xs_json.h snac.h | 47 | main.o: main.c xs.h xs_io.h xs_json.h snac.h |
| 48 | mastoapi.o: mastoapi.c xs.h xs_openssl.h xs_json.h xs_io.h xs_time.h \ | 48 | mastoapi.o: mastoapi.c xs.h xs_openssl.h xs_json.h xs_io.h xs_time.h \ |
| 49 | xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h snac.h | 49 | xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h snac.h |
| 50 | snac.o: snac.c xs.h xs_io.h xs_unicode.h xs_json.h xs_curl.h xs_openssl.h \ | 50 | snac.o: snac.c xs.h xs_io.h xs_unicode.h xs_json.h xs_curl.h xs_openssl.h \ |
| 51 | xs_socket.h xs_url.h xs_httpd.h xs_mime.h xs_regex.h xs_set.h xs_time.h \ | 51 | xs_socket.h xs_url.h xs_httpd.h xs_mime.h xs_regex.h xs_set.h xs_time.h \ |
| 52 | xs_glob.h xs_random.h xs_match.h snac.h | 52 | xs_glob.h xs_random.h xs_match.h snac.h |