Skip to content

Commit

Permalink
add makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryoris committed Dec 20, 2024
1 parent c94dc33 commit 53726d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ coverage_erase:

clean: coverage_erase ;

# Run clang-format
cformat:
sh tools/run_clang_format.sh

# Build C API crate and header
cbuild:
cargo build --release --no-default-features --features cbinding
Expand Down

0 comments on commit 53726d4

Please sign in to comment.