Reorder port usage

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-09-11 08:10:59 +02:00
parent 782e673686
commit 355ee97c17
5 changed files with 6 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ all: service
.PHONY: service
service:
mkdir -p bin
mkdir -p build/bin
cd src && go build -o ../$(BIN_FILE)
.PHONY: clean