--- M6502/Makefile.PL 2007/08/02 11:08:10 87 +++ M6502/Makefile.PL 2007/08/02 11:15:57 88 @@ -6,7 +6,7 @@ my $M6502_OPTIONS = '-DEXEC6502 -DFAST_RDOP -DLSB_FIRST '; $M6502_OPTIONS .= '-DDEBUG '; -my $run = './t/05-M6502.t'; +my $run = './t/05-M6502.t -d'; WriteMakefile( NAME => 'M6502', @@ -40,10 +40,10 @@ sub MY::postamble { return <<"MAKE_FRAG"; -run: +run: all perl -Mblib -MArch -le 'print Orao->new->boot;' -gdb: +gdb: all gdb -x run --args perl $run html: all