From bab3fb9fdcc921e1bb8a81e0f2b4e12558d2dde7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Feb 2021 18:56:34 -0800 Subject: move helper files to top-level directory --- rust/Makefile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 rust/Makefile (limited to 'rust/Makefile') diff --git a/rust/Makefile b/rust/Makefile deleted file mode 100644 index f093a89..0000000 --- a/rust/Makefile +++ /dev/null @@ -1,30 +0,0 @@ - -.PHONY: help -help: ## Print info about all commands - @echo "Commands:" - @echo - @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[01;32m%-20s\033[0m %s\n", $$1, $$2}' - -.PHONY: test -test: ## Run all tests - cargo test - -.PHONY: lint -lint: ## Run syntax/style checks - cargo clippy fatcat-cli - -.PHONY: fmt -fmt: ## Run syntax re-formatting - cargo fmt fatcat-cli - -.PHONY: build -build: ## Build - cargo build - -.PHONY: manpage -manpage: ## Rebuild manpage using scdoc - scdoc < fatcat-cli/fatcat-cli.1.scdoc > fatcat-cli/fatcat-cli.1 - -.PHONY: deb -deb: ## Build debian packages (.deb files) - cargo deb -p fatcat-cli -- cgit v1.2.3