Changeset 548

Show
Ignore:
Timestamp:
05/05/07 00:45:56 (2 years ago)
Author:
hachi
Message:

make clean should clean up the generated constants files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/api/xs/Cache-Memcached-GetParserXS/Makefile.PL

    r544 r548  
    1919              # Un-comment this if you add C files to link with later: 
    2020              # OBJECT            => '$(O_FILES)', # link all the C files too 
     21              clean             => { FILES => "const-c.inc const-xs.inc" }, 
    2122              ); 
    2223