mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-07 22:36:52 +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
|