Commit 5b5fd632 authored by Denis Arh's avatar Denis Arh
Browse files

Tweaks for Makefile, make watch dependant on gin

......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment