New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
AA_make in trunk/CONFIG/GYRE – NEMO

source: trunk/CONFIG/GYRE/AA_make @ 208

Last change on this file since 208 was 208, checked in by opalod, 19 years ago

RB+MAF : UPDATE146 simplification of AA_Make for GYRE

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 175 bytes
Line 
1# $Header$
2all: ioipsl opa
3
4ioipsl:
5   (cd ../../modeles/IOIPSL/src; gmake;)
6
7
8opa:
9   (cd ../../modeles/OPA/WORK;  gmake ;)
10
11
12clean:
13   (cd ../../modeles/OPA/WORK;  gmake clean ;)
Note: See TracBrowser for help on using the repository browser.