diff --git a/doc/examples/Makefile b/doc/examples/Makefile index b95e235507..04908c2c7a 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -24,12 +24,6 @@ OBJS=$(addsuffix .o,$(EXAMPLES)) decoding_encoding: LDLIBS += -lm muxing: LDLIBS += -lm -%: %.o - $(CC) $< $(LDLIBS) -o $@ - -%.o: %.c - $(CC) $< $(CFLAGS) -c -o $@ - .phony: all clean all: $(OBJS) $(EXAMPLES)