From 3255b4b862bfc52e62ebb92e94dcf71261aeffb6 Mon Sep 17 00:00:00 2001 From: Marin Ivanov Date: Thu, 12 Jun 2025 23:46:10 +0300 Subject: add makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bf97777 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +bin/gloginki: + go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -a . -- cgit v1.2.3