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