diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-10-03 14:03:14 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-10-03 14:03:14 +0000 |
commit | 5fd77da4f691ee7ace6dfa9d2ff49535899f895d (patch) | |
tree | c52e3f60e727159b9c70cca887f5b9b181e8327d /src/glw | |
parent | 7d8eb0604ab8b59bea5977741729e719f7327363 (diff) |
improved 'clean' targets (Otto Solares)
Diffstat (limited to 'src/glw')
-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 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 |