Skip to content

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

@jmarhee

Description

@jmarhee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions