X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=1bbe7bc7ae844863a90f70a6f4fc685922130b58;hb=79cd30e5bb24c5a8d2eea188e15109e544f8638b;hp=ca29dff9ed1fc38189b8f82b2217a3481cacd644;hpb=79158e059df997fe6a18cb61f7e9855fd751a415;p=uffi.git diff --git a/Makefile b/Makefile index ca29dff..1bbe7bc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.29 2002/03/23 04:00:40 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.30 2002/04/01 17:16:15 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -20,7 +20,7 @@ nothing: clean: @rm -f uffi-*.tar.gz uffi-*.zip - @find . -type d -name .bin -exec rm -rf {} \; + @find . -type d -name .bin |xargs rm -rf realclean: clean @find . -type f -name "#*" -or -name \*~ -exec rm {} \;