summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-12 23:58:46 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-12 23:58:54 +0200
commit71937c1079a77e0b38dae00662ab2041c3e28f77 (patch)
tree1e861548d89d9a57c873fe968b395ba5518f4770 /Makefile
parent17dd2383d5f17280288087da76803f6d3e9a5aae (diff)
Add email support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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