sfeed

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

commit 13ad5b934a7d7f6c075ed3e9375b7493a73cd433
parent 673650f8f1bb6d8a7f9df30f06b5b34d6ca80ea5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue,  8 Mar 2016 18:56:37 +0100

Makefile: also clean util and xml object files

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

diff --git a/Makefile b/Makefile @@ -50,7 +50,7 @@ all: $(BIN) ${BIN}: ${LIB} ${@:=.o} -OBJ = ${SRC:.c=.o} +OBJ = ${SRC:.c=.o} ${LIBXMLOBJ} ${LIBUTILOBJ} ${OBJ}: config.mk ${HDR}