diff options
| author | 2023-11-24 00:05:45 +0100 | |
|---|---|---|
| committer | 2023-11-24 00:05:45 +0100 | |
| commit | f4633b9356ff26deb12587bf922db9b82c0e0bda (patch) | |
| tree | 68fea7cfb9b2b4f026584d56f1ad2d33d2ce2752 /Makefile | |
| parent | New function html_base_head(). (diff) | |
| download | penes-snac2-f4633b9356ff26deb12587bf922db9b82c0e0bda.tar.gz penes-snac2-f4633b9356ff26deb12587bf922db9b82c0e0bda.tar.xz penes-snac2-f4633b9356ff26deb12587bf922db9b82c0e0bda.zip | |
Use xs_html in the static greeting page.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 \ | |||
| 43 | http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \ | 43 | http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \ |
| 44 | snac.h | 44 | snac.h |
| 45 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ | 45 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ |
| 46 | xs_time.h xs_openssl.h xs_fcgi.h snac.h | 46 | xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h |
| 47 | main.o: main.c xs.h xs_io.h xs_json.h snac.h | 47 | main.o: main.c xs.h xs_io.h xs_json.h snac.h xs_html.h |
| 48 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ | 48 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ |
| 49 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ | 49 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ |
| 50 | snac.h | 50 | snac.h |