IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 765


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

added any leftover *.d.tmp as part of clean target.

File:
1 edited

Legend:

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

    r732 r765  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-19 02:16:04 $
     5##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-24 23:01:35 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6060clean:
    6161        @echo "    Deleting intermediate files for 'collections'"
    62         $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d)
     62        $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*)
    6363
    6464%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.