From 4ba4a7c2fc0263c95d24a6bf40e42e4a39ae244e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 4 Aug 2025 10:58:27 +0200 Subject: Allow specifying a custom port --- GNUmakefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index d117a1a..3d7ec2c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,5 @@ -GO := go +GO := go +PORT := 8080 cssfiles := $(shell find static -name '*.css' -not -name '*.min.css') cssfiles := $(cssfiles:.css=.min.css) @@ -65,6 +66,6 @@ clean: \) -delete debug: - ./euro-cash.eu -debug -no-email -db-name :memory: + ./euro-cash.eu -debug -no-email -db-name :memory: -port $(PORT) -.PHONY: clean debug extract po release \ No newline at end of file +.PHONY: clean debug extract po release -- cgit v1.2.3