---
rhel6/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rhel6/src/Makefile b/rhel6/src/Makefile
index 49ce4ea..11fe48c 100644
--- a/rhel6/src/Makefile
+++ b/rhel6/src/Makefile
@@ -57,4 +57,4 @@ eval-common:
oscap xccdf eval --profile common --results /tmp/results-test.xml output/rhel6-xccdf-scap-security-guide.xml
clean:
- rm ${OUTDIR}/*.xml ${OUTDIR}/*.html ${OUTDIR}/*.pdf
+ rm -f ${OUTDIR}/*.xml ${OUTDIR}/*.html ${OUTDIR}/*.pdf
--
1.7.1