source: examples/scaling_tests/haystack/fruit_python/Makefile @ abf8d5d

mei_rt2mei_rt2_fix_1
Last change on this file since abf8d5d 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
2TEST=fruit_0 fruit_10 fruit_20
3TIMING=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
7test: $(TEST)
8timing: $(TIMING)
9
10clean: 
11        @rm -rf fruit_* timing plot run_plot
12
13$(TIMING):
14        @run_one $(subst fruit_,,$@)
15
16plot:
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.