From 254ac8189613fed613d54391d64a3af25ad3ef82 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 21 May 2016 14:11:13 +0200 Subject: Makefile: remove duplicate -c flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 981307b..0e312b3 100644 --- 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 $@ $? -- cgit v1.2.3