`make` does not create the binary in `bin/`, causes subsequent commands to fail
Opened this issue · 0 comments
jmarhee commented
When make
(defaults to compile
) runs, it creates the binary in the project root, not bin/
so operations like make install
and make clean
(which does include both paths)` don't complete:
docker-machine-driver-metal/Makefile
Line 60 in 323f06e
Would it be preferable to update the instructions to no longer reference bin/
, or have it handle a bin
directory to copy to/clean up from? Quick fix either way.