From 71937c1079a77e0b38dae00662ab2041c3e28f77 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 12 Aug 2024 23:58:46 +0200 Subject: Add email support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85ba3d9..8893611 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,6 @@ all-i18n: go build watch: - ls euro-cash.eu | entr -r ./euro-cash.eu -port $${PORT:-8080} + ls euro-cash.eu | entr -r ./euro-cash.eu -no-email -port $${PORT:-8080} .PHONY: watch -- cgit v1.2.3