source: examples/scaling_tests/daisychain/likes_python/Makefile @ abf8d5d

mei_rt2mei_rt2_fix_1
Last change on this file since abf8d5d was abf8d5d, checked in by Mei <mei@…>, 12 years ago

1) add backtrack/multiple solutions proof code changes and new

examples.

  • Property mode set to 100644
File size: 374 bytes
Line 
1
2
3TEST=likes_0 likes_10 likes_20
4TIMING=likes_0 likes_10 likes_20 likes_30 likes_40 likes_50 likes_100 likes_150 likes_200
5#TIMING=likes_200
6
7.PHONY : test timing plot
8test: $(TEST)
9timing: $(TIMING)
10
11clean: 
12        @rm -rf likes_* run_plot plot timing
13
14$(TIMING):
15        @run_one $(subst likes_,,$@)
16
17plot:
18        @make clean
19        cp ../../plotting/run_plot .
20        @make -s timing
21        @run_plot likes
Note: See TracBrowser for help on using the repository browser.