source:
Sophya/trunk/SophyaExt/CodeMinuit/smakefile@
2739
Last change on this file since 2739 was 2739, checked in by , 20 years ago | |
---|---|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[2739] | 1 | |
2 | all: | |
3 | cp MakeMinuit ./code/MakeMinuit | |
4 | cd code; make -f MakeMinuit | |
5 | ||
6 | clean: | |
7 | cp MakeMinuit ./code/MakeMinuit | |
8 | cd code; make -f MakeMinuit clean | |
9 | ||
10 | test: | |
11 | cp MakeMinuit ./code/MakeMinuit | |
12 | cd code; make -f MakeMinuit test |
Note:
See TracBrowser
for help on using the repository browser.