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) --- src/glw/Makefile.X11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glw') diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11 index 90b7f9d35f..888aebd52c 100644 --- a/src/glw/Makefile.X11 +++ b/src/glw/Makefile.X11 @@ -38,7 +38,7 @@ default: @echo "Specify a target configuration" clean: - -rm *.o *~ + -rm -f *.o *~ targets: $(LIBDIR)/$(GLW_LIB) message -- cgit v1.2.3