build output to appropriate dir 90/3790/3
authorjcope <jcope@redhat.com>
Mon, 12 Oct 2020 15:42:35 +0000 (10:42 -0500)
committerjcope <jcope@redhat.com>
Wed, 14 Oct 2020 15:09:39 +0000 (10:09 -0500)
commitb326fdb38b27e127c6206dd96be8da0691cd4e20
treeba3139f007ffdd8969f2d50427d87beb7f763c13
parentc90e93521dfeee5e7cb11cd70a21643d0fabf4f4
build output to appropriate dir

GOBIN is defined but overridden in go build command.  This fix corrects
the bug and builds binaries to ./bin.  Includes a .gitignore file in ./bin
to exclude build artifacts.

Replaces hardcoded ./bin paths in other commands with $(GOBIN), else
other make targets may not reference the most recent binary.

Change-Id: Icc7e0e23fef9ec4f41e5a9660bbf3d21d056deb4
Signed-off-by: jcope <jcope@redhat.com>
Makefile
bin/.gitignore [new file with mode: 0644]