From fd2db7dca893d197875b94f11dbb5ed5c8bb126d Mon Sep 17 00:00:00 2001 From: wencaiwulue <895703375@qq.com> Date: Sun, 5 Sep 2021 14:36:56 +0800 Subject: [PATCH] split script && to two lines --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13bad191..b02a04ce 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .PHONY: vpn vpn: - go build -o vpn ./pkg && chmod +x vpn + go build -o vpn ./pkg + chmod +x vpn .PHONY: build_image build_image: