Skip to content

Commit

Permalink
docs: change from supermq to magistrala
Browse files Browse the repository at this point in the history
Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Dec 11, 2024
1 parent 488b7bd commit 877ad70
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:

install:
cp ${BUILD_DIR}/propellerd $(GOBIN)/propellerd

all: build

clean:
Expand All @@ -30,8 +30,21 @@ clean:
lint:
golangci-lint run --config .golangci.yaml

start-supermq:
start-magistrala:
docker compose -f docker/compose.yaml up -d

stop-supermq:
stop-magistrala:
docker compose -f docker/compose.yaml down

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 " start-magistrala: start the magistrala docker compose"
@echo " stop-magistrala: stop the magistrala docker compose"
@echo " help: display this help message"

0 comments on commit 877ad70

Please sign in to comment.