Skip to content

Commit

Permalink
gen/README: instruct how to update/generate models
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored and brendanhay committed Apr 23, 2019
1 parent 5e8bba3 commit a4b0cbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ config and annex specifications.
This ensures the Continuous Integration process is the single source of truth
for generated code changes, and keeps pull requests readable and focused on
actual generator code/logic changes.

Generate all models:

$ make

Update and generate all models:

$ make clean all

0 comments on commit a4b0cbc

Please sign in to comment.