sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 254ac8189613fed613d54391d64a3af25ad3ef82
parent 6b9a891452a00c176022a995334a33696d85303a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 21 May 2016 14:11:13 +0200

Makefile: remove duplicate -c flag

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

diff --git a/Makefile b/Makefile @@ -59,7 +59,7 @@ ${OBJ}: config.mk ${HDR} ${CC} ${LDFLAGS} -o $@ $< ${LIB} .c.o: - ${CC} -c ${CFLAGS} ${CPPFLAGS} -o $@ -c $< + ${CC} ${CFLAGS} ${CPPFLAGS} -o $@ -c $< ${LIBUTIL}: ${LIBUTILOBJ} ${AR} rc $@ $?