Skip to content

Consider making MakeFile over install scripts #4

@rfearing

Description

@rfearing

See example Dotfiles: https://github.com/jessfraz/dotfiles

From: https://stackoverflow.com/questions/3798562/why-use-make-over-a-shell-script

Make ensures that only the required files are recompiled when you make changes to your source files.

It performs a topological sort or some other sort of tree analysis that determines what depends on what and what order to build the out-of-date things such that every prerequisite is built before every dependency, and only built once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions