diff options
author | default <nobody@localhost> | 2023-11-24 00:05:45 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-24 00:05:45 +0100 |
commit | f4633b9356ff26deb12587bf922db9b82c0e0bda (patch) | |
tree | 68fea7cfb9b2b4f026584d56f1ad2d33d2ce2752 /Makefile | |
parent | 7d7110cb3b1262d348510ab686e7139f60a04791 (diff) |
Use xs_html in the static greeting page.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ html.o: html.c xs.h xs_io.h xs_json.h xs_regex.h xs_set.h xs_openssl.h \ http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \ snac.h 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 xs_fcgi.h snac.h -main.o: main.c xs.h xs_io.h xs_json.h snac.h + xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h +main.o: main.c xs.h xs_io.h xs_json.h snac.h xs_html.h mastoapi.o: mastoapi.c xs.h xs_hex.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 xs_match.h \ snac.h |