summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index c630b2aa9e..5ef0f7bf1f 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -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)