Skip to content

Commit

Permalink
Merge branch 'main' into add-isContourConvex
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 28, 2024
2 parents 42fe434 + 618d4c3 commit ec15b66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions packages/dartcv/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.PHONY: ffigen ffigen_test
.PHONY: ffigen ffigen_test clone_repo clean_repo

ffigen:

ffigen: clone_repo
dart run ffigen --config ffigen/ffigen_const.yaml
dart run ffigen --config ffigen/ffigen_types.yaml
dart run ffigen --config ffigen/ffigen_core.yaml
Expand All @@ -18,6 +19,14 @@ ffigen:
dart run ffigen --config ffigen/ffigen_video.yaml
dart run ffigen --config ffigen/ffigen_videoio.yaml

ffigen_test:

clone_repo:
echo "Getting submodules"
@git submodule update --init --recursive

echo "Updating submodules"
@git submodule update --remote

ffigen_test: clone_repo
dart run ffigen --config ffigen/ffigen_types.yaml
dart run ffigen --config ffigen/ffigen_core.yaml
2 changes: 1 addition & 1 deletion packages/dartcv/src

0 comments on commit ec15b66

Please sign in to comment.