From 5b5fd632262337aef995ffc89d4ae9eecac8fb47 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 17 Sep 2020 20:20:59 +0200 Subject: [PATCH] Tweaks for Makefile, make watch dependant on gin --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e986bdfb7..3af38e587 100644 --- a/Makefile +++ b/Makefile @@ -120,6 +120,8 @@ $(RELEASE_PKEY): watch: $(GIN) $(GIN) --laddr localhost --notifications --immediate --build cmd/corteza run -- serve +realize: watch # BC + mailhog.up: $(DOCKER) run --rm --publish $(DEV_MAILHOG_HTTP_ADDR):8025 --publish $(DEV_MAILHOG_SMTP_ADDR):1025 mailhog/mailhog