diff options
author | default <nobody@localhost> | 2022-09-21 19:28:30 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-21 19:28:30 +0200 |
commit | 9270a0077ed0b78311db3267bdbc5fc2c0ac0ac4 (patch) | |
tree | 6a86bff32db37e4d93c5c78d0b68f5af02e31335 /Makefile | |
parent | e7c886beb77a570cdac02bc36077e247618e2e20 (diff) |
Added a global server handler.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ data.o: data.c snac.h xs.h xs_json.h xs_openssl.h http.o: http.c snac.h xs.h xs_io.h xs_encdec.h xs_openssl.h xs_curl.h -httpd.o: http.c snac.h xs.h xs_encdec.h xs_socket.h xs_httpd.h +httpd.o: http.c snac.h xs.h xs_io.h xs_encdec.h xs_socket.h xs_httpd.h |