diff options
| author | David Aspinall | 1999-11-15 18:48:00 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-15 18:48:00 +0000 |
| commit | 3f54af6a8ad395093d25ce1c206b4a6326e38873 (patch) | |
| tree | d940e02759b87831a87b7c6687d524de0ce51fec | |
| parent | e0224857c4fcfba500416b69d3956b9a5795377d (diff) | |
-f to make rm quiet if no args.
| -rw-r--r-- | Makefile.devel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel index cf955148..bd4462d6 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -189,7 +189,7 @@ ChangeLog: FORCE # Clean up intermediate files and Emacs backup files # clean: - find . \( -name '*~' -o -name '#*#' -o -name '\.#.*' \) -print | xargs rm + find . \( -name '*~' -o -name '#*#' -o -name '\.#.*' \) -print | xargs rm -f (cd doc; $(MAKE) clean) (cd images; $(MAKE) clean) |
