sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit cdc6c85cc483f06229d8bf7caedfad95778df4bb
parent f5ce4cb018a5d05ef55e3720973a6b747f940228
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 16 May 2015 15:12:48 +0200

Makefile; recompile on header change

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -86,7 +86,7 @@ doc-oldman: $(MAN1) mkdir -p doc/man for m in $(MAN1); do mandoc -Ios="" -Tman $$m > doc/man/$$m; done -${OBJ}: config.mk +${OBJ}: config.mk ${HDR} sfeed: sfeed.o xml.o util.o ${EXTRAOBJ} ${CC} -o $@ sfeed.o xml.o util.o ${EXTRAOBJ} ${LDFLAGS}