]> git.imager.perl.org - imager.git/commitdiff
add generated .c files to make clean
authorTony Cook <tony@develop=help.com>
Tue, 12 Sep 2006 04:19:09 +0000 (04:19 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 12 Sep 2006 04:19:09 +0000 (04:19 +0000)
Makefile.PL

index 28e2fb7fa0967ee5d053c0d5612af122ec8d7230..b7f54583747672c4aa2ab91bee7392a24882d3de 100644 (file)
@@ -169,7 +169,7 @@ my %opts=(
           'DEFINE'       => "$OSDEF $CFLAGS",
           'INC'          => "$lib_cflags $DFLAGS $F_INC",
           'OBJECT'       => join(' ', @objs, $F_OBJECT),
-          clean          => { FILES=>'testout meta.tmp' },
+          clean          => { FILES=>'testout meta.tmp rubthru.c scale.c' },
           PM             => gen_PM(),
          );