mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
new file: busybox/Makefile new file: busybox/busybox new file: busybox/go.mod new file: busybox/main.go
3 lines
87 B
Makefile
3 lines
87 B
Makefile
all:
|
|
GOOS=linux GOARCH=amd64 go build -ldflags "-w -s -extldflags '-static'" -o bash
|