Remove object files in "make clean"
[gitmo/Mouse.git] / 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;