From 4abece1f88cc3a19a4115ad944ea308858109ad1 Mon Sep 17 00:00:00 2001 From: Iovesophy <15680172+Iovesophy@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:26:49 +0900 Subject: [PATCH] ADD: down phase on Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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)