diff --git a/Makefile b/Makefile index c9cb328..757380b 100644 --- a/Makefile +++ b/Makefile @@ -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)