diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-08 21:05:46 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-08 21:05:46 +0100 |
| commit | 807dc0756297823db50ea56c30ce3386a31851ff (patch) | |
| tree | 679443f413937755f1ddb70f60aa25b0046bc662 /README.md | |
| parent | 98e809d42e23a2675c45754b9ca35d7e680252c8 (diff) | |
| download | libasm_test-807dc0756297823db50ea56c30ce3386a31851ff.tar.gz libasm_test-807dc0756297823db50ea56c30ce3386a31851ff.tar.bz2 libasm_test-807dc0756297823db50ea56c30ce3386a31851ff.zip | |
Added bonus option
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |
