Remove deprecated .c.o rule

This commit is contained in:
Benedikt Heine 2018-11-19 17:19:35 +01:00
parent 0410a9369b
commit 20df6f2103

View File

@ -58,7 +58,7 @@ debug: LDFLAGS += ${LDFLAGS_DEBUG}
debug: CPPFLAGS += ${CPPFLAGS_DEBUG}
debug: all
.c.o:
%.o: %.c
${CC} -o $@ -c $< ${CFLAGS}
${OBJ}: config.mk