simon       01/09/10 02:47:35

  Modified:    .        Makefile
  Log:
  clean and op.h Makefile targets.
  
  Revision  Changes    Path
  1.4       +6 -0      parrot/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/perlcvs/parrot/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- Makefile  2001/09/07 15:23:39     1.3
  +++ Makefile  2001/09/10 09:47:34     1.4
  @@ -39,3 +39,9 @@
   
   basic_opcodes.c: basic_opcodes.ops
        perl process_opfunc.pl basic_opcodes.ops
  +
  +op.h: opcode_table
  +     perl make_op_header.pl opcode_table > op.h
  +
  +clean:
  +     rm -f *.o *.s interp_guts.h test_prog basic_opcodes.c
  
  
  

Reply via email to