mirror of
https://example.com
synced 2024-11-22 12:56:39 +09:00
dev: fix Makefile to run clippy if rust sources are updated
This commit is contained in:
parent
e8de6034af
commit
2f2513d07b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -61,8 +61,8 @@ format:
|
|||
.PHONY: rust-lint
|
||||
rust-lint: $(T)/rust-lint
|
||||
|
||||
$(T)/rust-lint:
|
||||
cd $(RUST_DIR) && pnpm run lint
|
||||
$(T)/rust-lint: $(RUSTY_STUFF)
|
||||
pnpm --filter='native-utils' run lint
|
||||
touch $@
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue