From 807dc0756297823db50ea56c30ce3386a31851ff Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 8 Feb 2020 21:05:46 +0100 Subject: Added bonus option --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb65945..aeb7d62 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ Unit tests for the libasm project. ## Usage -- `> make` show regular pretty output. +- `> make run` show regular pretty output. - `> make run_raw` show parsable output. +### Bonus + +Suffix all Makefile commands with `bonus` i.e `> make runbonus`. + ## Configuration The default path to your libasm is `../libasm`. You can modify it in the Makefile. -- cgit