Remove object files in "make clean"
gfx [Tue, 27 Oct 2009 06:08:28 +0000 (15:08 +0900)]
Makefile.PL

index 25e3be5..87a2ef9 100755 (executable)
@@ -85,6 +85,6 @@ if (author_context()) {
     }
 }
 
-clean_files 'lib/Mouse/Tiny.pm';
+clean_files 'lib/Mouse/Tiny.pm $(O_FILES)';
 
 WriteAll check_nmake => 0;