Skip to content

Commit

Permalink
add udeps target and expand only on ftw_node_type module
Browse files Browse the repository at this point in the history
  • Loading branch information
macalimlim committed Mar 27, 2021
1 parent dfb511e commit 8a1636c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ doc: clean
cargo doc --no-deps --open -v

expand:
cargo expand
cargo expand --lib ftw_node_type

format:
cargo fmt --all -- --check
Expand All @@ -45,3 +45,6 @@ shell:

test:
cargo test

udeps:
cargo udeps

0 comments on commit 8a1636c

Please sign in to comment.