summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2026-01-20 23:10:53 +0200
committerMarin Ivanov <[email protected]>2026-01-20 23:10:53 +0200
commit8eaabe7f1d8820e17b8feb713760264096b15fb3 (patch)
tree1d58cc34d6fb6838a8015bb1dfbc6ae5b8cdda12
parentf4d93d480f99a3579df1091a1579ae9d158d2a5f (diff)
makefile: fix build rule deps
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7073404..4c3bd1d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
-bin/gloginki:
+bin/gloginki: *.go *.html
go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -tags netgo,osusergo -a .