diff options
Diffstat (limited to 'src/glw/Makefile.X11')
-rw-r--r-- | src/glw/Makefile.X11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11 index 90b7f9d35ff..888aebd52cd 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 |