aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Makefile')
-rw-r--r--rust/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/Makefile b/rust/Makefile
index e0940e3..8e2bc4b 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -20,3 +20,11 @@ fmt: ## Run syntax re-formatting
.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