mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
doc/examples: remove explicit rules.
These rules are already in gmake builtins.
This commit is contained in:
parent
7aedfeebfb
commit
136ca0e5f8
@ -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…
Reference in New Issue
Block a user