Commit 2cbffc67 authored by Stefano Sabatini's avatar Stefano Sabatini

examples/Makefile: remove duplicated -f switch

$(RM) already includes that flag.

Spotted-by: ubitux
parent 74419fcf
......@@ -29,7 +29,7 @@ muxing: LDLIBS += -lm
all: $(OBJS) $(EXAMPLES)
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
$(RM) -f $(EXAMPLES) $(OBJS)
$(RM) $(EXAMPLES) $(OBJS)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment