diff options
| author | 2022-09-21 19:28:30 +0200 | |
|---|---|---|
| committer | 2022-09-21 19:28:30 +0200 | |
| commit | 9270a0077ed0b78311db3267bdbc5fc2c0ac0ac4 (patch) | |
| tree | 6a86bff32db37e4d93c5c78d0b68f5af02e31335 /Makefile | |
| parent | More httpd work. (diff) | |
| download | snac2-9270a0077ed0b78311db3267bdbc5fc2c0ac0ac4.tar.gz snac2-9270a0077ed0b78311db3267bdbc5fc2c0ac0ac4.tar.xz snac2-9270a0077ed0b78311db3267bdbc5fc2c0ac0ac4.zip | |
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 | |||
| 20 | 20 | ||
| 21 | http.o: http.c snac.h xs.h xs_io.h xs_encdec.h xs_openssl.h xs_curl.h | 21 | http.o: http.c snac.h xs.h xs_io.h xs_encdec.h xs_openssl.h xs_curl.h |
| 22 | 22 | ||
| 23 | httpd.o: http.c snac.h xs.h xs_encdec.h xs_socket.h xs_httpd.h | 23 | httpd.o: http.c snac.h xs.h xs_io.h xs_encdec.h xs_socket.h xs_httpd.h |