Include ripper.h into $distcleanfiles
This commit is contained in:
parent
2903e9456f
commit
b2bccf053b
Notes:
git
2023-07-09 04:02:43 +00:00
@ -6,7 +6,7 @@ require 'rbconfig'
|
||||
|
||||
def main
|
||||
$objs = %w(eventids1.o eventids2.o ripper.o ripper_init.o)
|
||||
$distcleanfiles.concat %w(ripper.y ripper.c eventids1.c eventids1.h eventids2table.c ripper_init.c)
|
||||
$distcleanfiles.concat %w(ripper.y ripper.c ripper.h eventids1.c eventids1.h eventids2table.c ripper_init.c)
|
||||
$cleanfiles.concat %w(ripper.E ripper.output y.output .eventids2-check)
|
||||
$defs << '-DRIPPER'
|
||||
$defs << '-DRIPPER_DEBUG' if $debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user