projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3feac48
)
Remove object files in "make clean"
gfx [Tue, 27 Oct 2009 06:08:28 +0000 (15:08 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
25e3be5
..
87a2ef9
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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;