diff options
| author | Marin Ivanov <[email protected]> | 2025-06-12 23:46:10 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2025-06-12 23:46:10 +0300 |
| commit | 3255b4b862bfc52e62ebb92e94dcf71261aeffb6 (patch) | |
| tree | 3c44a5718c8b764b91d8e620666500a6ba0fb83c /Makefile | |
| parent | 2a18ce1b0d8a5c1edb1927171482d3c5cf696691 (diff) | |
add makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 . |
