Skip to content

Commit

Permalink
SFT-3189: Do not build to generate header.
Browse files Browse the repository at this point in the history
* Justfile (generate): Do not depend on build target.

Signed-off-by: Jean-Pierre De Jesus DIAZ <[email protected]>
  • Loading branch information
jeandudey committed Feb 26, 2024
1 parent f1e2cda commit efc2366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extmod/foundation-rust/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alias b := build
alias l := lint

# Generate C bindings header.
generate: build
generate:
cbindgen --config cbindgen.toml \
--crate foundation \
--output include/foundation.h
Expand Down

0 comments on commit efc2366

Please sign in to comment.