From 59f75e8303805e20727f539912a25e138a20c2c7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Aug 2024 12:25:42 +0200 Subject: Allow overriding the port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3