source:
examples/scaling_tests/haystack/fruit_prover/Makefile
@
f30b1e9
Last change on this file since f30b1e9 was 7e3f5e2, checked in by , 12 years ago | |
---|---|
|
|
File size: 173 bytes |
Line | |
---|---|
1 | |
2 | |
3 | TEST=fruit_0 fruit_10 fruit_20 |
4 | |
5 | .PHONY : test clean |
6 | test: $(TEST) |
7 | |
8 | clean: |
9 | @rm -rf fruit_* |
10 | |
11 | fruit_0 : |
12 | @./run_one 0 |
13 | fruit_10 : |
14 | @./run_one 10 |
15 | fruit_20 : |
16 | @./run_one 20 |
Note: See TracBrowser
for help on using the repository browser.