bird-lg-go/proxy/Makefile
2021-03-15 00:49:13 +08:00

4 lines
89 B
Makefile

.PHONY: all
all: $(shell find . -name \*.go -type f)
go build -ldflags "-w -s" -o proxy