source: Sophya/trunk/SophyaExt/CodeMinuit/Makefile@ 3359

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

suite nouvelle structure cmv 20/05/05

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