Changeset 600


Ignore:
Timestamp:
Apr 3, 2007, 8:26:50 AM (19 years ago)
Author:
John Small
Message:
  • Added an ALL target
  • Improved the DISTCLEAN target
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/makefile

    r595 r600  
    3838#    bld_fm2_wpi /SCRIPT
    3939
     40all: wpi
     41
    4042wpi: ckfiles fm2.wpi
    4143
     
    5860
    5961distclean:
    60   -del *.wpi
     62  -if exist fm2.wpi del fm2.wpi
    6163
    6264# The end
Note: See TracChangeset for help on using the changeset viewer.