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
RevLine 
[08b8da7]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
[abf8d5d]5#TIMING=likes_200
[08b8da7]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 .
[2b4e740]20        @make -s timing
[08b8da7]21        @run_plot likes
Note: See TracBrowser for help on using the repository browser.