summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:27:22 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-11 18:27:22 +0100
commita28aa0400b28a7655f39e0d2a07a7163c326f052 (patch)
treed4d8bce98d0c81f6b6d417828440c877c213df40 /Makefile
parentb6b61f8d999e2b9ce3a0d712e58d8220b4ba746e (diff)
Revert "remove sfeed_tail: the standard tail -f can (soon) be used"
This reverts commit 7f3a45b0031ec9cababf764f7826e21bbb59e258.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80b1a54..c13c801 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ BIN = \
sfeed_mbox\
sfeed_opml_import\
sfeed_plain\
+ sfeed_tail\
sfeed_web\
sfeed_xmlenc
SCRIPTS = \
@@ -18,6 +19,7 @@ SCRIPTS = \
SRC = ${BIN:=.c}
HDR = \
+ tree.h\
util.h\
xml.h