Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make does not create the binary in bin/, causes subsequent commands to fail #64

Open
jmarhee opened this issue Apr 24, 2021 · 0 comments

Comments

@jmarhee
Copy link
Contributor

jmarhee commented Apr 24, 2021

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:

cp bin/$(current_dir)/$(current_dir) /usr/local/bin/$(current_dir)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant