Fix: Makefile

This commit is contained in:
gVisor bot 2018-08-12 14:06:50 +08:00
parent 2aa9bcaf9c
commit 53b4adaba0

View File

@ -2,7 +2,7 @@ NAME=clash
BINDIR=bin
GOBUILD=CGO_ENABLED=0 go build -ldflags '-w -s'
all: linux macos
all: linux macos win64
linux:
GOARCH=amd64 GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@