mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +00:00
deleted: busybox/busybox renamed: busybox/Makefile -> gobash/Makefile renamed: busybox/go.mod -> gobash/go.mod renamed: busybox/main.go -> gobash/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
|