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.
remove.sh in vendors/XMLF90/current/doc/Examples/sax – NEMO

source: vendors/XMLF90/current/doc/Examples/sax/remove.sh @ 1960

Last change on this file since 1960 was 1960, checked in by flavoni, 14 years ago

importing XMLF90 r_53 vendor

File size: 116 bytes
Line 
1#!/bin/sh
2
3(cd count ; make clean)
4(cd features ; make clean)
5(cd pseudo ; make clean)
6(cd simple ; make clean)
7
8
9
10
Note: See TracBrowser for help on using the repository browser.