sfeed

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

commit 3d2cd7cf4a4052f3db6e13af4f22835b457bdeb3
parent 9bc874d95e38bf3992c41fbb12f9877890f6bda5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 10 Jun 2020 14:40:06 +0200

Makefile: pedantic change: use ar -rc instead of ar rc

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

diff --git a/Makefile b/Makefile @@ -80,7 +80,7 @@ ${OBJ}: ${HDR} ${CC} ${SFEED_CFLAGS} ${SFEED_CPPFLAGS} -o $@ -c $< ${LIBUTIL}: ${LIBUTILOBJ} - ${AR} rc $@ $? + ${AR} -rc $@ $? ${RANLIB} $@ ${LIBXML}: ${LIBXMLOBJ}