mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Add '.so' to the list of file extensions cleared up by 'make clean' in
Makefile.cyg, since if you're building against Winelib it will generate one of those alongside each .exe file. [originally from svn r9952]
This commit is contained in:
parent
7426b8f215
commit
4f457ff7f2
@ -492,7 +492,7 @@ if (defined $makefiles{'cygwin'}) {
|
||||
print "\n";
|
||||
print $makefile_extra{'cygwin'}->{'end'};
|
||||
print "\nclean:\n".
|
||||
"\trm -f *.o *.exe *.res.o *.map\n".
|
||||
"\trm -f *.o *.exe *.res.o *.so *.map\n".
|
||||
"\n".
|
||||
"FORCE:\n";
|
||||
select STDOUT; close OUT;
|
||||
|
Loading…
Reference in New Issue
Block a user