add interaction handler to debug build info

This commit is contained in:
Khinshan Khan
2025-04-01 10:24:30 -04:00
parent 52e4fd18aa
commit cb5b812386
2 changed files with 58 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ MAKEFLAGS += --no-builtin-rules
# VARIABLES
GIT_COMMIT = $(shell git rev-parse --verify HEAD)
BUILD_DATE = $(shell date +%Y.%m.%d.%H%M%S)
BUILD_DATE = $(shell date +%Y.%m.%d.%H%M%S)
GOSERVICES = $(sort $(notdir $(realpath $(dir $(wildcard ./cmd/*/main.go)))))