summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-24 00:05:45 +0100
committerdefault <nobody@localhost>2023-11-24 00:05:45 +0100
commitf4633b9356ff26deb12587bf922db9b82c0e0bda (patch)
tree68fea7cfb9b2b4f026584d56f1ad2d33d2ce2752 /Makefile
parent7d7110cb3b1262d348510ab686e7139f60a04791 (diff)
Use xs_html in the static greeting page.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9374792..2612b7d 100644
--- a/Makefile
+++ b/Makefile
@@ -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