mei_rt2mei_rt2_fix_1
Last change
on this file since 658e7ef was
33a9212,
checked in by Mei <mei@…>, 12 years ago
|
1) take out extra entries from this Makefile
|
-
Property mode set to
100644
|
File size:
365 bytes
|
Rev | Line | |
---|
[08b8da7] | 1 | |
---|
| 2 | |
---|
| 3 | TEST=likes_0 likes_10 likes_20 |
---|
| 4 | TIMING=likes_0 likes_10 likes_20 likes_30 likes_40 likes_50 likes_100 likes_150 likes_200 |
---|
| 5 | |
---|
| 6 | .PHONY : test timing plot |
---|
| 7 | test: $(TEST) |
---|
| 8 | timing: $(TIMING) |
---|
| 9 | |
---|
| 10 | clean: |
---|
| 11 | @rm -rf likes_* run_plot plot timing |
---|
| 12 | |
---|
| 13 | $(TIMING): |
---|
| 14 | @run_one $(subst likes_,,$@) |
---|
| 15 | |
---|
| 16 | plot: |
---|
| 17 | @make clean |
---|
| 18 | cp ../../plotting/run_plot . |
---|
| 19 | @make test |
---|
| 20 | @make timing |
---|
| 21 | @run_plot likes |
---|
Note: See
TracBrowser
for help on using the repository browser.