mei_rt2mei_rt2_fix_1
Last change
on this file since c6d5da3 was
efd7ebe,
checked in by Mei <mei@…>, 12 years ago
|
1) remove duplicate entrie
|
-
Property mode set to
100644
|
File size:
361 bytes
|
Line | |
---|
1 | |
---|
2 | TEST=fruit_0 fruit_10 fruit_20 |
---|
3 | TIMING=fruit_0 fruit_10 fruit_20 fruit_30 fruit_40 fruit_50 fruit_100 fruit_150 fruit_200 |
---|
4 | |
---|
5 | .PHONY : clean test timing plot |
---|
6 | |
---|
7 | test: $(TEST) |
---|
8 | timing: $(TIMING) |
---|
9 | |
---|
10 | clean: |
---|
11 | @rm -rf fruit_* timing plot run_plot |
---|
12 | |
---|
13 | $(TIMING): |
---|
14 | @run_one $(subst fruit_,,$@) |
---|
15 | |
---|
16 | plot: |
---|
17 | @make clean |
---|
18 | @cp ../../plotting/run_plot . |
---|
19 | @make timing |
---|
20 | @run_plot fruit |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.