mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 23:58:51 +00:00
examples/Makefile: remove duplicated -f switch
$(RM) already includes that flag. Spotted-by: ubitux
This commit is contained in:
parent
74419fcf45
commit
2cbffc6706
@ -29,7 +29,7 @@ muxing: LDLIBS += -lm
|
|||||||
all: $(OBJS) $(EXAMPLES)
|
all: $(OBJS) $(EXAMPLES)
|
||||||
|
|
||||||
clean-test:
|
clean-test:
|
||||||
$(RM) -f test*.pgm test.h264 test.mp2 test.sw test.mpg outscale*.pgm
|
$(RM) test*.pgm test.h264 test.mp2 test.sw test.mpg outscale*.pgm
|
||||||
|
|
||||||
clean: clean-test
|
clean: clean-test
|
||||||
$(RM) -f $(EXAMPLES) $(OBJS)
|
$(RM) $(EXAMPLES) $(OBJS)
|
||||||
|
Loading…
Reference in New Issue
Block a user