summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r--progs/demos/Makefile.X118
1 files changed, 4 insertions, 4 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index 74e92fa288..a26ed3d398 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -81,12 +81,12 @@ default:
@echo "Specify a target configuration"
clean:
- -rm *.o *~
+ -rm -f *.o *~
realclean:
- -rm $(PROGS)
- -rm *.o *~
- -rm readtex.[ch]
+ -rm -f $(PROGS)
+ -rm -f *.o *~
+ -rm -f readtex.[ch]
targets: readtex.c readtex.h $(PROGS)