Tweaks for Makefile, make watch dependant on gin

This commit is contained in:
Denis Arh
2020-09-30 17:34:39 +02:00
parent 6703b4b3ca
commit 5b5fd63226
+2
View File
@@ -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