source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/lib/mct/examples/Makefile @ 5725

Last change on this file since 5725 was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

File size: 348 bytes
Line 
1
2SHELL = /bin/sh
3
4SUBDIRS = simple climate_concur1 climate_sequen1
5
6# TARGETS
7subdirs:
8        @for dir in $(SUBDIRS); do \
9          cd $$dir;                \
10          $(MAKE);                 \
11          cd ..;                   \
12        done
13
14clean:
15        @for dir in $(SUBDIRS); do \
16          cd $$dir;                \
17          $(MAKE) clean;           \
18          cd ..;                   \
19        done
20
Note: See TracBrowser for help on using the repository browser.