Skip to content

Commit 6ed0a83

Browse files
committed
Mention run-all target in README
1 parent 8176c76 commit 6ed0a83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ time or are memory hogs) one can use the `run-examples.pl` script in the
5555

5656
$ perl6 bin/run-examples.pl
5757

58+
or simply via the `run-all` target of the Makefle:
59+
60+
$ make run-all
61+
5862
If one wishes to run the examples for a given category, then one can simply
5963
use the `--category=<category-dir>` option specifying the desired category's
6064
directory name. For example, to run the examples for the `cookbook`

0 commit comments

Comments
 (0)