From f12d018deefd6a99069939f3a22aac233027d76a Mon Sep 17 00:00:00 2001 From: Anthony Monthe Date: Mon, 25 Jul 2022 20:34:00 +0100 Subject: [PATCH] Made the target list clearer Made a markdown list because the listing was messy --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 467ebfd..c2c2a37 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ For cross compile platforms please adjust `core_portme.mak`, `core_portme.h` (an ~~~ ## Make Targets -`run` - Default target, creates `run1.log` and `run2.log`. -`run1.log` - Run the benchmark with performance parameters, and output to `run1.log` -`run2.log` - Run the benchmark with validation parameters, and output to `run2.log` -`run3.log` - Run the benchmark with profile generation parameters, and output to `run3.log` -`compile` - compile the benchmark executable -`link` - link the benchmark executable -`check` - test MD5 of sources that may not be modified -`clean` - clean temporary files +* `run` - Default target, creates `run1.log` and `run2.log`. +* `run1.log` - Run the benchmark with performance parameters, and output to `run1.log` +* `run2.log` - Run the benchmark with validation parameters, and output to `run2.log` +* `run3.log` - Run the benchmark with profile generation parameters, and output to `run3.log` +* `compile` - compile the benchmark executable +* `link` - link the benchmark executable +* `check` - test MD5 of sources that may not be modified +* `clean` - clean temporary files ### Make flag: `ITERATIONS` By default, the benchmark will run between 10-100 seconds. To override, use `ITERATIONS=N`