Ignore:
Timestamp:
Sep 21, 2000, 1:17:28 PM (25 years ago)
Author:
bird
Message:

Make the clean-rule omittable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.post

    r3531 r4288  
    1 # $Id: pdwin32.post,v 1.10 2000-05-13 14:46:21 bird Exp $
     1# $Id: pdwin32.post,v 1.11 2000-09-21 11:17:28 bird Exp $
    22#
    33# Odin32 API
     
    1111# Define LOCALCLEAN if only the local directory is to be clean.
    1212# Define CLEAN2 to invoke a second clean rule named 'clean2'.
     13# Define NOCLEAN to exclude the clean rule. (Remember to make your own!)
    1314#
    1415
     
    6869# General clean rule. To clean more add it to CLEANEXTRAS!
    6970#
     71!ifndef NOCLEAN
    7072!ifndef CLEAN2
    7173clean:
     
    8890        $(CLEANEXTRAS)
    8991!endif
     92!endif
    9093
    9194
Note: See TracChangeset for help on using the changeset viewer.