mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
Fix: Makefile
This commit is contained in:
parent
2b87b907ae
commit
fc4f119049
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ NAME=clash
|
|||||||
BINDIR=bin
|
BINDIR=bin
|
||||||
GOBUILD=CGO_ENABLED=0 go build -ldflags '-w -s'
|
GOBUILD=CGO_ENABLED=0 go build -ldflags '-w -s'
|
||||||
|
|
||||||
all: linux macos
|
all: linux macos win64
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
GOARCH=amd64 GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
|
GOARCH=amd64 GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
|
||||||
|
Loading…
Reference in New Issue
Block a user