Closed kpdyer closed 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.
make dist
make dist-[windows|osx|linux-i386|linux-x86_64]
Done! Confirmed to work with https://github.com/kpdyer/fteproxy-builder.
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.