summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-04-10 17:03:57 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-04-10 17:03:57 +0200
commitced0dd7f8a01dedad3ba16c4cf209aea673c3e82 (patch)
treeaff237aead08bfb59a88324961a981291d3727d4 /Makefile
parent3f1d323497e5aefce65a3758d1bc408130d9bbe0 (diff)
sfeed_json: add JSON output format tool
This outputs the TSV data to JSON. It uses a subset of JSON Feed 1.1: https://www.jsonfeed.org/version/1.1/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c167614..a8493ba 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ BIN = \
sfeed_frames\
sfeed_gopher\
sfeed_html\
+ sfeed_json\
sfeed_mbox\
sfeed_opml_import\
sfeed_plain\