1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 15:18:06 -05:00

Add .map files to Cygwin "clean" target

[originally from svn r3862]
This commit is contained in:
Jacob Nevins 2004-02-13 00:41:44 +00:00
parent 8b2e775547
commit a1ba4be490

View File

@ -350,7 +350,7 @@ print
"FORCE:\n".
"\t\$(CC) \$(COMPAT) \$(FWHACK) \$(XFLAGS) \$(CFLAGS) \$(VER) -c version.c\n".
"clean:\n".
"\trm -f *.o *.exe *.res.o\n".
"\trm -f *.o *.exe *.res.o *.map\n".
"\n";
select STDOUT; close OUT;