diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-12-24 13:07:34 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-12-24 13:07:34 +0100 |
commit | 7f3a45b0031ec9cababf764f7826e21bbb59e258 (patch) | |
tree | b08aad4d76c4cde3b46f8ce27c500230282ca7e6 /Makefile | |
parent | dccfd3fd43a4fadf7fb8c4c9155df1dc406e7738 (diff) |
remove sfeed_tail: the standard tail -f can (soon) be used
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |