updated makefiles and added dependency installation for ODIN
This commit was merged in pull request #3.
This commit is contained in:
+4
-1
@@ -5,12 +5,15 @@
|
||||
|
||||
CARGO ?= cargo
|
||||
|
||||
.PHONY: help run build test check fmt clean
|
||||
.PHONY: help setup run build test check fmt clean
|
||||
|
||||
help: ## List available targets
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
|
||||
awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-18s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
setup: ## Fetch dependencies
|
||||
$(CARGO) fetch
|
||||
|
||||
run: ## Run the API server (dev)
|
||||
$(CARGO) run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user