From: simon Date: Fri, 18 Feb 2005 18:35:30 +0000 (+0000) Subject: Add plain-Unix binaries to the `make clean' list in the OS X makefile. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/4da0df26ecc7bdb2b8935cd4e14d80b26a9bebf8 Add plain-Unix binaries to the `make clean' list in the OS X makefile. git-svn-id: svn://svn.tartarus.org/sgt/putty@5345 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mkfiles.pl b/mkfiles.pl index 17a63a6b..f78f67f5 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -1200,7 +1200,7 @@ if (defined $makefiles{'osx'}) { } } print "\nclean:\n". - "\trm -f *.o *.dmg\n". + "\trm -f *.o *.dmg". (join "", map { " $_" } &progrealnames("U")) . "\n"; "\trm -rf *.app\n"; select STDOUT; close OUT; }