source:
examples/scaling_tests/haystack/fruit_prover/Makefile
@
8de54ab
Last change on this file since 8de54ab was 08b8da7, checked in by , 12 years ago | |
---|---|
|
|
File size: 138 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 | $(TEST) : |
12 | @run_one $(subst fruit_,,$@) |
Note: See TracBrowser
for help on using the repository browser.