diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ bin/gloginki: - go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -a . + go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -tags netgo,osusergo -a . |
