Skip to content

Commit

Permalink
docs: add documentation for makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Dec 20, 2024
1 parent 2b698df commit 5ba30a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ help:
@echo "Usage: make <target>"
@echo ""
@echo "Targets:"
@echo " build: build the binary"
@echo " install: install the binary"
@echo " all: build the binary"
@echo " clean: clean the build directory"
@echo " lint: run golangci-lint"
@echo " <service>: build the binary for the service i.e manager, proplet, cli"
@echo " all: build all binaries i.e manager, proplet, cli"
@echo " install: install the binary i.e copies to GOBIN"
@echo " clean: clean the build directory"
@echo " lint: run golangci-lint"
@echo " start-magistrala: start the magistrala docker compose"
@echo " stop-magistrala: stop the magistrala docker compose"
@echo " help: display this help message"
@echo " help: display this help message"

0 comments on commit 5ba30a9

Please sign in to comment.