IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 766


Ignore:
Timestamp:
May 24, 2004, 1:02:20 PM (22 years ago)
Author:
desonia
Message:

Added any leftover *.d.tmp files to clean target.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile

    r761 r766  
    3434clean:
    3535        @echo "    Deleting intermediate files for 'sysUtils'"
    36         $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d)
     36        $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*)
    3737
    3838%.lint: %.c
  • trunk/psLib/src/sysUtils/Makefile

    r732 r766  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-19 02:16:04 $
     5##  $Revision: 1.13 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-24 23:02:20 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6464clean:
    6565        @echo "    Deleting intermediate files for 'sysUtils'"
    66         $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d)
     66        $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*)
    6767
    6868%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.