summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar default2024-03-15 20:26:35 +0100
committerGravatar default2024-03-15 20:26:35 +0100
commit15ac48280b67701dd2d06cafbf6914dfa85865b0 (patch)
tree89de1676f0b1bff220b2495504c8cee184f6adb7 /Makefile
parentAlso hide Older... posts details if it's empty. (diff)
downloadsnac2-15ac48280b67701dd2d06cafbf6914dfa85865b0.tar.gz
snac2-15ac48280b67701dd2d06cafbf6914dfa85865b0.tar.xz
snac2-15ac48280b67701dd2d06cafbf6914dfa85865b0.zip
The command-line 'note' also allows attachments.
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--Makefile.NetBSD2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cc320d0..93ddf40 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ 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
45httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ 45httpd.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 xs_html.h snac.h 46 xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h
47main.o: main.c xs.h xs_io.h xs_json.h xs_time.h snac.h 47main.o: main.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h snac.h
48mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ 48mastoapi.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
diff --git a/Makefile.NetBSD b/Makefile.NetBSD
index f4e6410..b249bca 100644
--- a/Makefile.NetBSD
+++ b/Makefile.NetBSD
@@ -46,7 +46,7 @@ http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \
46 snac.h 46 snac.h
47httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ 47httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \
48 xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h 48 xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h
49main.o: main.c xs.h xs_io.h xs_json.h xs_time.h snac.h 49main.o: main.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h snac.h
50mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ 50mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \
51 xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ 51 xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \
52 snac.h 52 snac.h