diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-02-15 14:48:25 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-02-15 14:48:25 -0800 |
commit | c9a9db9c9506272cdfe440a1c741bc3915e5a96e (patch) | |
tree | 2ee7d9ea7c35e1fc746f328597960ce3d6cae0c5 | |
parent | e992af1ff3ae60f8797cb96296901249816b071f (diff) | |
download | fatcat-cli-0.1.1.tar.gz fatcat-cli-0.1.1.zip |
make: working fmt and lintv0.1.1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |