summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile6
1 files changed, 0 insertions, 6 deletions
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)