diff --git a/Makefile b/Makefile index 680aa64d..e151ae69 100644 --- a/Makefile +++ b/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 $@