diff options
author | default <nobody@localhost> | 2023-05-08 09:34:27 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-08 09:34:27 +0200 |
commit | 920ff76297006968603898e8c60dafd9346dad4b (patch) | |
tree | b7eafa92eae4d2ded367102ebf269926ef676489 /Makefile | |
parent | 7b349dd001f6642a216491d57e945fa3f0b69fe7 (diff) |
Print the total running time at httpd stop.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ html.o: html.c xs.h xs_io.h xs_encdec.h xs_json.h xs_regex.h xs_set.h \ http.o: http.c xs.h xs_io.h xs_encdec.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_encdec.h xs_json.h xs_socket.h \ - xs_httpd.h xs_mime.h snac.h + xs_httpd.h xs_mime.h xs_time.h snac.h main.o: main.c xs.h xs_io.h xs_encdec.h xs_json.h snac.h mastoapi.o: mastoapi.c xs.h xs_encdec.h xs_openssl.h xs_json.h xs_io.h \ xs_time.h xs_glob.h snac.h |