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:
parent
f73fcb0424
commit
dc52b43cc3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user