aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a3697c..16ae25d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,11 @@ test: ## Run all tests
.PHONY: lint
lint: ## Run syntax/style checks
- cargo clippy fatcat-cli
+ cargo clippy -p fatcat-cli -- --no-deps
.PHONY: fmt
fmt: ## Run syntax re-formatting
- cargo fmt fatcat-cli
+ cargo fmt -p fatcat-cli
.PHONY: build
build: ## Build