From 069d7a93dcaea2f2f75b961ae70a517276b87080 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 5 Jan 2021 16:11:59 -0800 Subject: rust makefile: rename 'dev' to 'serve' --- rust/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust') diff --git a/rust/Makefile b/rust/Makefile index 3bfc1b49..e222cf07 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -12,8 +12,8 @@ help: ## Print info about all commands test: ## Run all tests and lints cargo test -- --test-threads 1 -.PHONY: dev -dev: ## Run web service locally, with reloading +.PHONY: serve +serve: ## Run web service locally, with reloading #./target/debug/fatcatd cargo run --bin fatcatd -- cgit v1.2.3