source: examples/scaling_tests/haystack/fruit_prover/Makefile @ 09531ca

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

1) fix up example's Makefiles so it does not depends on path including .

  • Property mode set to 100644
File size: 140 bytes
Line 
1
2
3TEST=fruit_0 fruit_10 fruit_20
4
5.PHONY : test clean
6test: $(TEST)
7
8clean: 
9        @rm -rf fruit_*
10
11$(TEST) :
12        @./run_one $(subst fruit_,,$@) 
Note: See TracBrowser for help on using the repository browser.