source: trunk/metis-4.0/Makefile @ 9555

Last change on this file since 9555 was 9529, checked in by steve, 10 years ago

Removed pypar_extras folder as it really only contains two files

File size: 288 bytes
Line 
1
2
3default:
4        (cd Lib ; make ) 
5
6full:
7        (cd Lib ; make ) 
8        (cd Programs ; make ) 
9        (cd Test ; make ) 
10
11clean:
12        (cd Lib ; make clean )
13        (cd Programs ; make clean )
14        (cd Test ; make clean )
15
16realclean:
17        (cd Lib ; make realclean )
18        (cd Programs ; make realclean )
19        (cd Test ; make realclean )
Note: See TracBrowser for help on using the repository browser.