From a1ba4be4908676b59ae91ccd8f4e432611b648b8 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 13 Feb 2004 00:41:44 +0000 Subject: [PATCH] Add .map files to Cygwin "clean" target [originally from svn r3862] --- mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfiles.pl b/mkfiles.pl index 37207ded..b36edd35 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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;