edgexfoundry / export-go

Apache License 2.0
5 stars 8 forks source link

makefile can't generate the binaries #9

Closed feclare closed 6 years ago

feclare commented 6 years ago

The binary collides with the client and distro directories. We can fix it like:

  1. Renaming again the binaries having the 'export-' prefix
  2. Creating the binaries in a 'bin' directory.

what do we prefer?

drasko commented 6 years ago

I'd prefer creating binaries in the build directory (more precisely putting all build artifacts in build)

feclare commented 6 years ago

It is fine to me. Will create a PR doing it.

feclare commented 6 years ago

Fixed in #12