forked from naskya/firefish
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
|
||||
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