Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- PBMake 2.17G for Clipper, Xbase++, C and˙+--------------------------------------------------------------+ - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

      The CLEANUP= directive will clean up after the temp files that are
      created during the compile and link process. Most notably, the two
      junk files from the ERRFILE= and ERRBAT= directives (which always
      have defaults) are cleaned up after (this happens automatically).

      Of course, you can use this to keep any filespec deleted out of
      your working directory.

      For Example:

      CLEANUP= *.TMP

      If you wish to suppress the automatic deletion of the ERRFILE=
      and ERRBAT= files, use the following example:

      CLEANUP= NONE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson