summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-12-24 13:07:34 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-12-24 13:07:34 +0100
commit7f3a45b0031ec9cababf764f7826e21bbb59e258 (patch)
treeb08aad4d76c4cde3b46f8ce27c500230282ca7e6 /Makefile
parentdccfd3fd43a4fadf7fb8c4c9155df1dc406e7738 (diff)
remove sfeed_tail: the standard tail -f can (soon) be used
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7b85df..cae0a47 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ BIN = \
sfeed_mbox\
sfeed_opml_import\
sfeed_plain\
- sfeed_tail\
sfeed_web\
sfeed_xmlenc
SCRIPTS = \
@@ -18,7 +17,6 @@ SCRIPTS = \
SRC = ${BIN:=.c}
HDR = \
- tree.h\
util.h\
xml.h