You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
When
make
(defaults tocompile
) runs, it creates the binary in the project root, notbin/
so operations likemake install
andmake 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 abin
directory to copy to/clean up from? Quick fix either way.The text was updated successfully, but these errors were encountered: