source: CONFIG/trunk/SCRIPT/REGRID_forcage/modules/Makefile @ 1356

Last change on this file since 1356 was 1356, checked in by acosce, 13 years ago

scripts pour regriller les fichiers d'input

File size: 105 bytes
Line 
1
2FC = ifort -c -free
3
4modules : mods.o
5
6mods.o : mods.f
7                $(FC) $*.f
8
9clean : 
10                rm -f *.o
11                rm -f *.mod
Note: See TracBrowser for help on using the repository browser.