Skip to content

No rule to make target 'test-src' in the Makefile #75

@ankg

Description

@ankg

In https://github.com/concord-consortium/lab/blob/master/Guardfile#L157 , the guardfile tries executing the command make test-src but the Makefile reveals that there is no such target test-src defined. Hence it abruptly breaks the guard command and also breaks the application.

Thus, command make works properly but guard does not. So, I suppose that test-src must be replaced by test in the guard file.
Suggestions?

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