aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-01-05 16:11:59 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-01-05 16:11:59 -0800
commit069d7a93dcaea2f2f75b961ae70a517276b87080 (patch)
treeb6c46268d657412283bb352c4bd6ba64bc246a7e /rust
parenta0b674a3abb21bd00de806307b8ca6e4ab85c6c0 (diff)
downloadfatcat-069d7a93dcaea2f2f75b961ae70a517276b87080.tar.gz
fatcat-069d7a93dcaea2f2f75b961ae70a517276b87080.zip
rust makefile: rename 'dev' to 'serve'
Diffstat (limited to 'rust')
-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