summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2025-06-12 23:46:10 +0300
committerMarin Ivanov <[email protected]>2025-06-12 23:46:10 +0300
commit3255b4b862bfc52e62ebb92e94dcf71261aeffb6 (patch)
tree3c44a5718c8b764b91d8e620666500a6ba0fb83c
parent2a18ce1b0d8a5c1edb1927171482d3c5cf696691 (diff)
add makefile
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 .