forked from FFmpeg/FFmpeg
doc/examples: remove explicit rules.
These rules are already in gmake builtins.
This commit is contained in:
parent
7aedfeebfb
commit
136ca0e5f8
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue