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

Richard's patch to fix `make clean' under Unix.

[originally from svn r2063]
This commit is contained in:
Simon Tatham 2002-10-15 14:58:02 +00:00
parent 8782e6a3b0
commit 60935859d5

View File

@ -506,6 +506,6 @@ print
"FORCE:\n".
"\t\$(CC) \$(COMPAT) \$(FWHACK) \$(XFLAGS) \$(CFLAGS) \$(VER) -c version.c\n".
"clean:\n".
"\trm -f *.o *.exe\n".
"\trm -f *.o". (join "", map { " $_" } &prognames("X")) . "\n".
"\n";
select STDOUT; close OUT;