source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/lib/mct/examples/Makefile @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 5 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

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.