Jigsaw-Code / outline-go-tun2socks

Apache License 2.0
224 stars 94 forks source link

fix(build): Makefile maintenance #102

Closed bemasc closed 1 year ago

bemasc commented 1 year ago

There are three main changes here:

  1. Add the Mac Catalyst platform to the Apple target.
  2. Add quotes around variables that might contain spaces and get passed to the shell.
  3. Pre-create the build directories for Linux and Windows. (Otherwise, these directories are created on-demand by the xgo Docker image, which results in them being owned by root and read-only to the user.)