From c9a9db9c9506272cdfe440a1c741bc3915e5a96e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 15 Feb 2021 14:48:25 -0800 Subject: make: working fmt and lint --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3