split script && to two lines

This commit is contained in:
wencaiwulue
2021-09-05 14:36:56 +08:00
parent 129edf036a
commit fd2db7dca8

View File

@@ -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: