kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

Refactor make targets #119

Closed kpdyer closed 10 years ago

kpdyer commented 10 years ago

Existing make targets are a bit of a mess. We need to distinguish between native builds and cross-compiles. I suggest

make dist for performing a native build. make dist-[windows|osx|linux-i386|linux-x86_64] for cross-compile builds.

kpdyer commented 10 years ago

Done! Confirmed to work with https://github.com/kpdyer/fteproxy-builder.