From 53b4adaba04698e062527d81406550065822491b Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sun, 12 Aug 2018 14:06:50 +0800 Subject: [PATCH] Fix: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87ae04ae..622afd32 100644 --- a/Makefile +++ b/Makefile @@ -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)-$@