Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 14, 2023
1 parent 49baa29 commit 657eb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ metrics on top of it. It should be easy:
* Unpack it to the `cam/dataset/` directory
* Add a new script to the `cam/metrics/` directory (use `ast.py` as an example)
* Delete all other files except yours from the `cam/metrics/` directory
* Run `make` in the `cam/` directory
* Run [`make`](https://www.gnu.org/software/make/) in the `cam/` directory

The `make` should understand that a new metric was added. It will apply this new metric
to all `.java` files, generate new `.csv` reports, aggregate them with existing
Expand Down

0 comments on commit 657eb7a

Please sign in to comment.