1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Add plain-Unix binaries to the `make clean' list in the OS X makefile.

[originally from svn r5345]
This commit is contained in:
Simon Tatham 2005-02-18 18:35:30 +00:00
parent f73fcb0424
commit dc52b43cc3

View File

@ -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;
}