diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 19:51:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 19:51:30 +0000 |
commit | d494bbcb34addf068e4ed830b57d37f6ba8b8217 (patch) | |
tree | 19c153391ecb7ae0ba2410c9c11395a5752d4e7c | |
parent | 89260fb39a612acfa6b5d87c0f63cfccd1118d18 (diff) |
tmon.out removed by stock clean rule actually..
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 4f6b05179..676ba06ef 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,7 +42,7 @@ extra_build: extra_clean: rm -rf html doc/.ikiwiki - rm -f ikiwiki.man ikiwiki-mass-rebuild.man ikiwiki.out tmon.out + rm -f ikiwiki.man ikiwiki-mass-rebuild.man ikiwiki.out $(MAKE) -C po clean extra_install: |