aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Makefile')
-rw-r--r--rust/Makefile4
1 files changed, 2 insertions, 2 deletions
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