Skip to content

Commit eefc986

Browse files
authored
Merge pull request #47 from ZuluPro/patch-1
Made the target list clearer
2 parents d26d6fd + f12d018 commit eefc986

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ For cross compile platforms please adjust `core_portme.mak`, `core_portme.h` (an
2121
~~~
2222

2323
## Make Targets
24-
`run` - Default target, creates `run1.log` and `run2.log`.
25-
`run1.log` - Run the benchmark with performance parameters, and output to `run1.log`
26-
`run2.log` - Run the benchmark with validation parameters, and output to `run2.log`
27-
`run3.log` - Run the benchmark with profile generation parameters, and output to `run3.log`
28-
`compile` - compile the benchmark executable
29-
`link` - link the benchmark executable
30-
`check` - test MD5 of sources that may not be modified
31-
`clean` - clean temporary files
24+
* `run` - Default target, creates `run1.log` and `run2.log`.
25+
* `run1.log` - Run the benchmark with performance parameters, and output to `run1.log`
26+
* `run2.log` - Run the benchmark with validation parameters, and output to `run2.log`
27+
* `run3.log` - Run the benchmark with profile generation parameters, and output to `run3.log`
28+
* `compile` - compile the benchmark executable
29+
* `link` - link the benchmark executable
30+
* `check` - test MD5 of sources that may not be modified
31+
* `clean` - clean temporary files
3232

3333
### Make flag: `ITERATIONS`
3434
By default, the benchmark will run between 10-100 seconds. To override, use `ITERATIONS=N`

0 commit comments

Comments
 (0)