From 5fd77da4f691ee7ace6dfa9d2ff49535899f895d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 3 Oct 2003 14:03:14 +0000 Subject: improved 'clean' targets (Otto Solares) --- progs/demos/Makefile.X11 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'progs/demos') 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) -- cgit v1.2.3