summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-21 19:28:30 +0200
committerdefault <nobody@localhost>2022-09-21 19:28:30 +0200
commit9270a0077ed0b78311db3267bdbc5fc2c0ac0ac4 (patch)
tree6a86bff32db37e4d93c5c78d0b68f5af02e31335 /Makefile
parente7c886beb77a570cdac02bc36077e247618e2e20 (diff)
Added a global server handler.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a47479..c09d3f6 100644
--- a/Makefile
+++ b/Makefile
@@ -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