source:
examples/scaling_tests/haystack/fruit_prover/Makefile
@
f3421a0
Last change on this file since f3421a0 was 08b8da7, checked in by , 12 years ago | |
---|---|
|
|
File size: 138 bytes |
Rev | Line | |
---|---|---|
[08b8da7] | 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.