simon       01/09/10 11:46:46

  Modified:    .        Makefile
  Log:
  "clean" target cleanup from Bryan C. Warnock <[EMAIL PROTECTED]>.
  
  Revision  Changes    Path
  1.5       +1 -1      parrot/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/perlcvs/parrot/Makefile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- Makefile  2001/09/10 09:47:34     1.4
  +++ Makefile  2001/09/10 18:46:46     1.5
  @@ -44,4 +44,4 @@
        perl make_op_header.pl opcode_table > op.h
   
   clean:
  -     rm -f *.o *.s interp_guts.h test_prog basic_opcodes.c
  +     rm -f *$(O) *.s basic_opcodes.c interp_guts.h op.h test_prog
  
  
  

Reply via email to