Skip to content

Commit

Permalink
feat(mk): add 'example' target
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Nov 20, 2024
1 parent f2c3382 commit 82f29e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ clean:
rm -r dist || true
rm -r output || true

define example-help
# Run the example
endef
.PHONY: example
example:
yace models/example.h --output /tmp/foo
yace /tmp/foo/*.yaml --output /tmp/foo

define coverage-help
# Run emitter with coverage
endef
Expand Down

0 comments on commit 82f29e5

Please sign in to comment.