source: Sophya/trunk/SophyaExt/CodeMinuit/smakefile@ 2739

Last change on this file since 2739 was 2739, checked in by cmv, 20 years ago

suite nouvelle structure cmv 20/05/05

File size: 218 bytes
RevLine 
[2739]1
2all:
3 cp MakeMinuit ./code/MakeMinuit
4 cd code; make -f MakeMinuit
5
6clean:
7 cp MakeMinuit ./code/MakeMinuit
8 cd code; make -f MakeMinuit clean
9
10test:
11 cp MakeMinuit ./code/MakeMinuit
12 cd code; make -f MakeMinuit test
Note: See TracBrowser for help on using the repository browser.