summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-08 12:25:42 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-08 16:48:58 +0200
commit59f75e8303805e20727f539912a25e138a20c2c7 (patch)
treec143462083b157bb6499c176004ae29d97151b3e
parentd14830e5398ff38652c2f27053332209c45efa4f (diff)
Allow overriding the port
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3a9e05..e9106cb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,6 @@ all-i18n:
go build
watch:
- ls euro-cash.eu | entr -r ./euro-cash.eu
+ ls euro-cash.eu | entr -r ./euro-cash.eu -port $${PORT:-8080}
.PHONY: watch