aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-02-15 14:48:25 -0800
committerBryan Newbold <bnewbold@archive.org>2021-02-15 14:48:25 -0800
commitc9a9db9c9506272cdfe440a1c741bc3915e5a96e (patch)
tree2ee7d9ea7c35e1fc746f328597960ce3d6cae0c5 /Makefile
parente992af1ff3ae60f8797cb96296901249816b071f (diff)
downloadfatcat-cli-c9a9db9c9506272cdfe440a1c741bc3915e5a96e.tar.gz
fatcat-cli-c9a9db9c9506272cdfe440a1c741bc3915e5a96e.zip
make: working fmt and lintv0.1.1
Diffstat (limited to 'Makefile')
-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