Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Use "make -C" syntax #29

Description

@bkabrda

Most Makefiles that we have now do things like cd <somedir> && make <action>. The make utility actually supports the -C switch, which allows to do the same in a much more succinct (and IMO also readable) way. E.g. the above would be rewritten make -C <somedir> <action>. How about we change all Makefiles to adhere to this?

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