Skip to content

Commit

Permalink
ADD: down phase on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Iovesophy committed Jun 13, 2023
1 parent 4a43368 commit 4abece1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ init: check clone reticulum dialog hubs-admin hubs-client spoke
up:
mutagen-compose -f $(composefile) up --build --detach

.PHONY: down
down:
mutagen-compose -f $(composefile) down

.PHONY: clean
clean:
rm -rf $(servicesdir)
Expand Down

0 comments on commit 4abece1

Please sign in to comment.