/[MITgcm]/MITgcm/tools/genmake
ViewVC logotype

Diff of /MITgcm/tools/genmake

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7 by cnh, Fri Nov 6 22:44:49 1998 UTC revision 1.8 by adcroft, Tue Dec 8 18:08:51 1998 UTC
# Line 340  clean: Line 340  clean:
340          -rm -rf *.o *.f *.p ${RMFILES}          -rm -rf *.o *.f *.p ${RMFILES}
341  Clean:  Clean:
342          @make clean          @make clean
343          -rm -rf *.[Fc]          -find . -type l -exec rm {} \;
344            -rm Makefile.bak
345    
346  # The normal chain of rules is (  .F - .f - .o  )  # The normal chain of rules is (  .F - .f - .o  )
347  .F.f:  .F.f:

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22