Commit 3b0e2763 authored by Stefano Sabatini's avatar Stefano Sabatini

examples/Makefile: apply misc minor fixes to the RM rule

Use $(RM) in place of rm, drop useless "-r" for removing files.
parent c0bca642
......@@ -28,7 +28,7 @@ muxing: LDLIBS += -lm
all: $(OBJS) $(EXAMPLES)
clean-test:
rm -rf test*.pgm test.h264 test.mp2 test.sw test.mpg
$(RM) -f test*.pgm test.h264 test.mp2 test.sw test.mpg
clean: clean-test
rm -rf $(EXAMPLES) $(OBJS)
$(RM) -f $(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