Changeset 21729 for Makefile.PL

Show
Ignore:
Timestamp:
08/02/08 08:39:51 (4 months ago)
Author:
gaal
Message:

* "make clean": wipe dist/ too by having it call ./Setup clean

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21728 r21729  
    160160INSTPUGS_LIB = blib6/pugs 
    161161 
     162clean :: 
     163        ./Setup$Config{_exe} clean 
     164 
    162165src/Pugs/Config.hs : util/PugsConfig.pm current.build.yml 
    163166        \$(PERL) -Iutil -MPugsConfig -e "PugsConfig->write_config_module" > src/Pugs/Config.hs