summaryrefslogtreecommitdiff
path: root/progs/samples/Makefile.X11
diff options
context:
space:
mode:
Diffstat (limited to 'progs/samples/Makefile.X11')
-rw-r--r--progs/samples/Makefile.X116
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/samples/Makefile.X11 b/progs/samples/Makefile.X11
index 8a63517951..d7efd25cd5 100644
--- a/progs/samples/Makefile.X11
+++ b/progs/samples/Makefile.X11
@@ -32,11 +32,11 @@ default:
@echo "Specify a target configuration"
clean:
- -rm *.o *~
+ -rm -f *.o *~
realclean:
- -rm $(PROGS)
- -rm *.o *~
+ -rm -f $(PROGS)
+ -rm -f *.o *~
targets: $(PROGS)