diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-11 18:27:22 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-11 18:27:22 +0100 |
commit | a28aa0400b28a7655f39e0d2a07a7163c326f052 (patch) | |
tree | d4d8bce98d0c81f6b6d417828440c877c213df40 /Makefile | |
parent | b6b61f8d999e2b9ce3a0d712e58d8220b4ba746e (diff) |
Revert "remove sfeed_tail: the standard tail -f can (soon) be used"
This reverts commit 7f3a45b0031ec9cababf764f7826e21bbb59e258.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |