From 136ca0e5f86b9aa93e47fa98f3bfe3c3cba376f1 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 10 May 2012 19:09:34 +0200 Subject: doc/examples: remove explicit rules. These rules are already in gmake builtins. --- doc/examples/Makefile | 6 ------ 1 file changed, 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) -- cgit v1.2.3