Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Add '.so' to the list of file extensions cleared up by 'make clean' in
Browse files Browse the repository at this point in the history
Makefile.cyg, since if you're building against Winelib it will
generate one of those alongside each .exe file.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9952 cda61777-01e9-0310-a592-d414129be87e
  • Loading branch information
simon committed Jul 21, 2013
1 parent 6aaa239 commit 2d5c31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkfiles.pl
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ sub manpages {
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;
Expand Down

0 comments on commit 2d5c31c

Please sign in to comment.